Launch content script only on video pages

This commit is contained in:
Ealhad 2018-08-10 11:52:43 +02:00
parent ffc24c25be
commit c54f8260fe
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"scripts": ["background.js"]
},
"content_scripts": [{
"matches": ["*://*.youtube.com/*"],
"matches": ["*://*.youtube.com/watch*"],
"js": ["youtube.js"]
}]
}