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,
"version": "3.52.14",
"incognito": "split",
"name": "\u8fc5\u96f7\u4e0b\u8f7d\u652f\u6301",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"optional_permissions": [],
"default_locale": "zh_CN",
"description": "__MSG_description__",
"icons": {
"16": "assets\/menu_logo.png",
"48": "assets\/extension_logo.png",
"128": "assets\/install_logo.png"
},
"action": {
"default_icon": "assets\/icon19_normal.png",
"default_title": "\u8fc5\u96f7Chrome\u652f\u6301",
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/*"
],
"use_dynamic_url": false
},
{
"matches": [
"ftp:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/runtime-dom.esm-bundler-90e72f46.js",
"assets\/util-ff1b650c.js",
"assets\/index-9000aff5.js",
"assets\/Jsq-4d01198b.js",
"assets\/stat-e9139785.js",
"assets\/tool-13238bfa.js",
"assets\/content.js-e4490f5d.js"
],
"use_dynamic_url": false
}
],
"options_page": "options.html",
"content_scripts": [
{
"js": [
"assets\/content.js-loader-9a2f598c.js"
],
"all_frames": true,
"css": [
"assets\/content.css",
"assets\/Jsq-8833d7eb.css",
"assets\/content-51f2f1f6.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"ftp:\/\/*\/*"
],
"run_at": "document_start"
}
],
"permissions": [
"contextMenus",
"cookies",
"tabs",
"webRequest",
"downloads",
"nativeMessaging",
"storage",
"scripting",
"notifications"
],
"host_permissions": [
"<all_urls>",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}