adding hitbox to exclusion list (flash only)

This commit is contained in:
Ilya Grigorik
2015-11-07 15:26:14 -08:00
parent 8850fd82e2
commit 88cf0c86ca

View File

@@ -23,9 +23,10 @@
"content_scripts": [{
"all_frames": true,
"matches": [ "http://*/*", "https://*/*", "file:///*"],
"exclude_matches": [
"exclude_matches": [
"https://plus.google.com/hangouts/*",
"http://www.lynda.com/*"
"http://www.lynda.com/*",
"http://www.hitbox.tv/*"
],
"css": [ "inject.css" ],
"js": [ "inject.js" ]