From d66861c1daffc08d64d8f40e763a0f5004ba205f Mon Sep 17 00:00:00 2001 From: Ilya Grigorik Date: Sun, 30 Nov 2014 10:34:13 -0800 Subject: [PATCH] enable extension for local files/video --- inject.css | 1 - manifest.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/inject.css b/inject.css index 1550598..d62c943 100644 --- a/inject.css +++ b/inject.css @@ -1,5 +1,4 @@ .tc-videoHost { - position: relative; text-align: center; } diff --git a/manifest.json b/manifest.json index 0ae5a95..b5dd6e8 100755 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,7 @@ }, "content_scripts": [{ "all_frames": true, - "matches": [ "http://*/*", "https://*/*"], + "matches": [ "http://*/*", "https://*/*", "file:///*"], "exclude_matches": [ "https://plus.google.com/hangouts/*" ], "css": [ "inject.css" ], "js": [ "inject.js" ]