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": "__MSG_extName__",
"version": "1.2.2",
"description": "__MSG_extDesc__",
"permissions": [
"activeTab",
"storage",
"downloads",
"scripting"
],
"host_permissions": [
"*:\/\/*.xiaohongshu.com\/*",
"*:\/\/*.douyin.com\/*"
],
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.xiaohongshu.com\/*",
"*:\/\/*.douyin.com\/*"
],
"js": [
"libs\/xlsx.full.min.js",
"content.js"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"default_locale": "zh_CN"
}