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,
"name": "\u6296\u97f3\u4e3b\u9875\u89c6\u9891\u65e0\u6c34\u5370\u63d0\u53d6\u5668",
"version": "1.2",
"description": "\u63d0\u53d6\u6296\u97f3\u535a\u4e3b\u4e3b\u9875\u4e0b\u7684\u6240\u6709\u89c6\u9891\u94fe\u63a5\uff0c\u652f\u6301\u60ac\u6d6e\u7a97\u53e3\u663e\u793a\u548c\u65e0\u6c34\u5370\u89c6\u9891\u4e0b\u8f7d",
"permissions": [
"storage",
"contextMenus",
"activeTab",
"clipboardWrite",
"downloads"
],
"host_permissions": [
"*:\/\/*.douyin.com\/*",
"https:\/\/api.7a.ink\/*",
"https:\/\/api.douyin.wtf\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.douyin.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
}
},
"icons": {
"16": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
},
"web_accessible_resources": [
{
"resources": [
"icons\/wechat_qrcode.png"
],
"matches": [
"<all_urls>"
]
}
]
}