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": "\u5c0f\u7ea2\u85afPro-\u4e0b\u8f7d\u5c0f\u7ea2\u4e66\u89c6\u9891\/\u56fe\u7247\/\u8bc4\u8bba",
"description": "\u5c0f\u7ea2\u4e66\u7b14\u8bb0\u65e0\u6c34\u5370\u9ad8\u6e05\u89c6\u9891\/\u56fe\u7247\/live\u4e0b\u8f7d\u5bfc\u51fa\u3001\u5546\u54c1\u8be6\u60c5\u56fe\/\u63cf\u8ff0\u56fe\/\u89c6\u9891\u4e0b\u8f7d\u3001\u641c\u7d22\u5217\u8868\u4ea4\u4e92\u6570\u636e\u6392\u5e8f\u53ca\u7b14\u8bb0\u8bc4\u8bba\u5bfc\u51fa",
"version": "1.1.1",
"manifest_version": 3,
"background": {
"service_worker": "sw.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.xiaohongshu.com\/*"
],
"css": [
"\/styles\/cs.css"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.xiaohongshu.com\/*"
],
"js": [
"cs.js"
],
"run_at": "document_end"
}
],
"host_permissions": [
"https:\/\/geckoinfo.cloud\/*",
"*:\/\/*.xiaohongshu.com\/*",
"https:\/\/sns-img-bd.xhscdn.com\/*"
],
"permissions": [
"offscreen",
"tabs",
"storage"
],
"action": {
"default_title": "\u5c0f\u7ea2\u85afPro-\u5c0f\u7ea2\u4e66\u89c6\u9891\/\u56fe\u7247\/\u8bc4\u8bba\u4e0b\u8f7d\u52a9\u624b",
"default_popup": "popup.html",
"default_icon": {
"16": "\/icons\/16.png",
"32": "\/icons\/32.png",
"128": "\/icons\/128.png"
}
},
"icons": {
"16": "\/icons\/16.png",
"32": "\/icons\/32.png",
"128": "\/icons\/128.png"
},
"web_accessible_resources": [
{
"matches": [
"*:\/\/*.xiaohongshu.com\/*"
],
"resources": [
"wm.js",
"\/icons\/32.png"
]
}
]
}