From fa9d3aa3805a01acc707f85df4eea1db418dca96 Mon Sep 17 00:00:00 2001 From: Elijah Lynn Date: Mon, 22 Feb 2016 10:40:34 -0500 Subject: [PATCH] Add new hangouts.google.com URL to excluded matches. Sometimes, but not all the time, I end up at hangouts.google.com instead of plus.google.com. I think this is part of Google's move to decouple Google Plus from the Hangouts service. Resolves #81. --- manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.json b/manifest.json index 2cbbcaf..c5791e7 100755 --- a/manifest.json +++ b/manifest.json @@ -25,6 +25,7 @@ "matches": [ "http://*/*", "https://*/*", "file:///*"], "exclude_matches": [ "https://plus.google.com/hangouts/*", + "https://hangouts.google.com/hangouts/*", "http://www.lynda.com/*", "http://www.hitbox.tv/*" ],