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", "manifest_version": 3, "background": { "service_worker": "background\/background.js" }, "action": { "default_icon": "icon.png", "default_title": "__MSG_extName__", "default_popup": "popup_page\/index.html" }, "short_name": "PTK", "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self' 'wasm-unsafe-eval'" }, "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "name": "__MSG_extName__", "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "net_request_rules_1.json" } ] }, "permissions": [ "declarativeNetRequestWithHostAccess", "declarativeNetRequestFeedback", "downloads.shelf", "downloads", "storage", "unlimitedStorage" ], "host_permissions": [ "*:\/\/*.pixiv.net\/*", "*:\/\/*.pximg.net\/*", "*:\/\/*.techorus-cdn.com\/*", "*:\/\/*.fanbox.cc\/*" ], "web_accessible_resources": [ { "resources": [ "lib\/ffmpeg\/ffmpeg-core.wasm" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "matches": [ "*:\/\/www.pixiv.net\/*", "*:\/\/*.fanbox.cc\/*", "*:\/\/comic.pixiv.net\/*" ], "css": [ "content_scripts\/static\/css\/app.css" ], "js": [ "lib\/global.js", "lib\/vue.min.js", "lib\/vue-i18n.min.js", "lib\/locales.js", "lib\/jszip\/jszip.js", "lib\/jszip\/jszip-utils.min.js", "lib\/gifjs\/gif.js", "lib\/whammy.js", "content_scripts\/app.js" ] } ], "options_page": "options_page\/index.html", "version": "6.4.2", "version_name": "6.4.2" }