-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
41 lines (41 loc) · 1.17 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"action": {
"default_popup": "popup.html",
"default_icon": "images/video_128.png"
},
"content_scripts": [
{
"matches": [
"https://*.com/vodplay/*",
"https://v.qq.com/*",
"https://www.iqiyi.com/*",
"https://www.bilibili.com/*",
"https://v.youku.com/*",
"https://www.youtube.com/*",
"https://www.miguvideo.com/*"
],
"js": [
"content-script.js"
]
}
],
"description": "用来控制网页视频播放器在指定位置快进一定时长。",
"icons": {
"16": "images/video_16.png",
"32": "images/video_32.png",
"48": "images/video_48.png",
"128": "images/video_128.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwKLO0YnW/iSdCIkbAJpTRnS3c4HBJCcsqknk6WZ9JjQByPHO9CKwDQUD7TeqrJLnSPohHC2pU2Y1eNEgzyHjlThYIXJRU0cVj6Ypve0qi4fyiZGamOEjgfHfZZZ1exG39RZ5Jpoa4g52ae8QmtJyGPseEiCz6yt+sBKI1EyauPptJpQG8FuaH5IqlKZiX1V/XRJawYyXwfqP8TUxTQDnsiDeCx7W8bWjVvam1YSKAH//20uAX91mnSCmfgkcDQbAqYuH9YW3RTzJxFG8XON2aJoNida14YbhZRxopTcuX5+vWkQq5sL1sBWSectn6dPXN8J/gIGr6HlB+rLfrqWEswIDAQAB",
"manifest_version": 3,
"name": "Video Controller",
"permissions": [
"storage"
],
"sandbox": {
"pages": [
"rule/rule.html"
]
},
"version": "1.5"
}