Xiaohongshu material downloader: easily remove watermarks and download Xiaohongshu videos and pictures.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"homepage_url": "https://xhsplus.io",
"default_locale": "en",
"permissions": [
"tabs",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"action": {},
"icons": {
"16": "icons/16.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.bundle.js"
],
"css": [],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"icons/*",
"images/*",
"inject.bundle.js"
],
"matches": [
"<all_urls>"
]
}
],
"version": "1.0.9",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}