enable extension for local files/video

This commit is contained in:
Ilya Grigorik
2014-11-30 10:34:13 -08:00
parent 08972b5f91
commit d66861c1da
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
.tc-videoHost { .tc-videoHost {
position: relative;
text-align: center; text-align: center;
} }

View File

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