Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extentionTitleFree__",
"version": "1.8.9.0",
"description": "__MSG_extentionDescription__",
"manifest_version": 3,
"default_locale": "en",
"homepage_url": "https:\/\/orca-soft.net\/web\/",
"background": {
"service_worker": "bg.js"
},
"content_scripts": [
{
"js": [
"jq.js",
"sl.js",
"sh.js",
"ex\/jszip.js",
"ex\/encoding.js",
"ex\/gi.js"
],
"matches": [
"http:\/\/*.pixiv.net\/*",
"https:\/\/*.pixiv.net\/*"
],
"all_frames": true,
"run_at": "document_start"
}
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"icons": {
"16": "icons_free\/app16.png",
"32": "icons_free\/app32.png",
"48": "icons_free\/app48.png",
"64": "icons_free\/app64.png",
"128": "icons_free\/app128.png"
},
"action": {
"default_icon": {
"16": "icons_free\/app16.png",
"32": "icons_free\/app32.png"
},
"default_title": "__MSG_extentionTitleFree__",
"default_popup": "popup.html"
},
"permissions": [
"storage",
"unlimitedStorage",
"downloads",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"notifications"
],
"host_permissions": [
"http:\/\/*.pixiv.net\/",
"https:\/\/*.pixiv.net\/",
"http:\/\/*.pximg.net\/",
"https:\/\/*.pximg.net\/",
"http:\/\/orca-soft.net\/",
"https:\/\/orca-soft.net\/"
],
"optional_permissions": [
"storage",
"unlimitedStorage",
"downloads",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"notifications"
],
"optional_host_permissions": [
"http:\/\/*.pixiv.net\/",
"https:\/\/*.pixiv.net\/",
"http:\/\/*.pximg.net\/",
"https:\/\/*.pximg.net\/",
"http:\/\/orca-soft.net\/",
"https:\/\/orca-soft.net\/"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"web_accessible_resources": [
{
"resources": [
"jq.js",
"sh.js",
"style.css",
"options.html",
"downloaded.png",
"update_icon.png",
"ex\/gi.js",
"ex\/mj.js",
"ex\/ap.js",
"ex\/xn.js",
"ex\/wh.js",
"ex\/pako.min.js",
"welcome.html",
"license.html",
"support.html",
"nolicense.png",
"inlineScript.js",
"_locales\/ja\/messages.json",
"_locales\/en\/messages.json",
"lib\/*",
"noimage.png",
"download.html",
"download.js"
],
"matches": [
"https:\/\/*.pixiv.net\/*"
]
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
}
}