-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmanifest.json
50 lines (50 loc) · 1.18 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
50
{
"manifest_version": 2,
"name": "真•煞氣 🅐 割草機•卍",
"short_name": "Anti-Bold",
"description": "『真•煞氣 🅐 割草機•卍』由 nevikw39 開發。覆蓋網頁上噁心ㄉ「禿子」的臉。",
"version": "0.4.5",
"version_name": "𝓫𝓮𝓽𝓪 🅑ⓘ🅝",
"background": {
"scripts": [
"bg.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"jquery-3.4.1.min.js",
"face-api.js",
"anti-bold.js"
]
}
],
"commands": {
"hide": {
"suggested_key": "Ctrl+Shift+H",
"description": "暫時隱藏所有 canvas"
}
},
"requirements": {
"3D": {
"features": [
"webgl"
]
}
},
"browser_action": {
"default_title": "Anti-Bold\n真•煞氣 🅐 割草機•卍",
"default_popup": "popup.html"
},
"permissions": [
"storage",
"activeTab"
],
"web_accessible_resources": [
"*"
]
}