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" ] }