Launch content script only on video pages
This commit is contained in:
parent
ffc24c25be
commit
c54f8260fe
|
@ -13,7 +13,7 @@
|
|||
"scripts": ["background.js"]
|
||||
},
|
||||
"content_scripts": [{
|
||||
"matches": ["*://*.youtube.com/*"],
|
||||
"matches": ["*://*.youtube.com/watch*"],
|
||||
"js": ["youtube.js"]
|
||||
}]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue