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": "\u5c0f\u7ea2\u4e66\u8bc4\u8bba\u52a9\u624b rednote Comment Assistant",
"description": "\u5e2e\u52a9\u4f60\u66f4\u9ad8\u6548\u5730\u9605\u8bfb\u5e76\u8282\u7701\u65f6\u95f4 Helping you read more efficiently and save time",
"version": "0.0.2",
"icons": {
"128": "img\/icon128.png"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"128": "img\/icon128.png"
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"settings.js",
"feature_functions.js",
"content_scripts.js"
],
"matches": [
"https:\/\/www.xiaohongshu.com\/*"
]
}
],
"permissions": [
"storage"
]
}