From 88cf0c86ca755f879397d387d091fa5b0111f8aa Mon Sep 17 00:00:00 2001 From: Ilya Grigorik Date: Sat, 7 Nov 2015 15:26:14 -0800 Subject: [PATCH] adding hitbox to exclusion list (flash only) --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 5a205c4..a6e5d2e 100755 --- a/manifest.json +++ b/manifest.json @@ -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" ]