From 5031f1615e8685704e32a1f2b7dfdb3772e37c87 Mon Sep 17 00:00:00 2001 From: Ilya Grigorik Date: Thu, 4 Sep 2014 09:21:34 -0700 Subject: [PATCH] exclude Hangouts: sadly, can't speed up live meetings :( --- manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.json b/manifest.json index 6daac8c..0ae5a95 100755 --- a/manifest.json +++ b/manifest.json @@ -23,6 +23,7 @@ "content_scripts": [{ "all_frames": true, "matches": [ "http://*/*", "https://*/*"], + "exclude_matches": [ "https://plus.google.com/hangouts/*" ], "css": [ "inject.css" ], "js": [ "inject.js" ] }