exclude Hangouts: sadly, can't speed up live meetings :(

This commit is contained in:
Ilya Grigorik
2014-09-04 09:21:34 -07:00
parent e48fc969c0
commit 5031f1615e

View File

@@ -23,6 +23,7 @@
"content_scripts": [{ "content_scripts": [{
"all_frames": true, "all_frames": true,
"matches": [ "http://*/*", "https://*/*"], "matches": [ "http://*/*", "https://*/*"],
"exclude_matches": [ "https://plus.google.com/hangouts/*" ],
"css": [ "inject.css" ], "css": [ "inject.css" ],
"js": [ "inject.js" ] "js": [ "inject.js" ]
} }