-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
49 lines (49 loc) · 1.41 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
42
43
44
45
46
47
48
49
{
"name": "DF的弹幕扩展",
"version": "2.6.5",
"description": "该扩展程序致力于改善弹幕体验XD",
"author": "DeltaFlyer",
"permissions": [
"*://*.bilibili.com/*",
"*://*.gamer.com.tw/*",
"*://www.biliplus.com/*",
"webRequest",
"webRequestBlocking",
"notifications",
"storage",
"contextMenus",
"clipboardRead"
],
"optional_permissions": [
"ws://*.bilibili.com/*",
"wss://*.bilibili.com/*"
],
"browser_action": {
},
"content_security_policy": "default-src 'self'; frame-src ; img-src data: ; object-src 'self'; connect-src http://127.0.0.1:800 https://*.delflare505.win:800 http://152.32.146.234:400 https://delflare505.win:800 http://*.bilibili.com https://*.bilibili.com https://*.biliplus.com https://*.gamer.com.tw http://*.gamer.com.tw; style-src 'self' 'unsafe-inline' ",
"background": {
"page": "html/background.html"
},
"content_scripts": [
{
"matches": [
"https://www.bilibili.com/video/*",
"https://www.bilibili.com/bangumi/*",
"https://www.bilibili.com/list/watchlater*"
],
"js": [
"script_injector.js"
],
"run_at": "document_start",
"all_frames": false
}
],
"options_page": "html/option.html",
"web_accessible_resources": [
"plugin/fflate.min.js",
"plugin/niconicomments.min.js",
"filterWorker.js",
"xhr_hook.js"
],
"manifest_version": 2
}