mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-22 02:18:45 -04:00
adding hitbox to exclusion list (flash only)
This commit is contained in:
@@ -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" ]
|
||||
|
Reference in New Issue
Block a user