mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
enable extension for local files/video
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
.tc-videoHost {
|
||||
position: relative;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
@@ -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" ]
|
||||
|
Reference in New Issue
Block a user