We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0435a6 commit 6c390b1Copy full SHA for 6c390b1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pixiv-toolkits",
3
- "version": "3.8.2",
+ "version": "3.9.0",
4
"description": "A web extension for adding features on Pixiv",
5
"author": "leoding86 <leoding86@msn.com>",
6
"private": true,
src/statics/manifest.json
@@ -30,7 +30,8 @@
30
"*://*.pximg.net/*"
31
],
32
"optional_permissions": [
33
- "downloads"
+ "downloads",
34
+ "*://*.techorus-cdn/*"
35
36
"content_scripts": [
37
@@ -66,7 +67,7 @@
66
67
]
68
}
69
70
- "version_name": "3.8.2-2020022112",
71
+ "version_name": "3.9.0-2020022203",
72
"options_page": "options_page/index.html"
73
0 commit comments