WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
小草莓 - 支持小红书视频批量下载

小草莓 - 支持小红书视频批量下载

View on Chrome Web Store
View 小草莓 - 支持小红书视频批量下载 Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (19 ratings)
1 new ratings
5 views
This extension has been viewed 5 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

小草莓----小红书采集器,可帮助用户快速采集/下载图片、视频和音频等多种类型内容,并保存为 markdown 纯文本格式,方便快捷。
Type
Extension
Users
3,000 users
1K
suziwen1
View author page of suziwen1
Published
Published on October 15, 2023
Version 1.0.20
Manifest version
3
Updated
Updated on May 8, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View 小草莓 - 支持小红书视频批量下载 Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u5c0f\u8349\u8393 - \u652f\u6301\u5c0f\u7ea2\u4e66\u89c6\u9891\u6279\u91cf\u4e0b\u8f7d",
    "version": "1.0.20",
    "description": "\u5c0f\u8349\u8393----\u5c0f\u7ea2\u4e66\u91c7\u96c6\u5668\uff0c\u53ef\u5e2e\u52a9\u7528\u6237\u5feb\u901f\u91c7\u96c6\/\u4e0b\u8f7d\u56fe\u7247\u3001\u89c6\u9891\u548c\u97f3\u9891\u7b49\u591a\u79cd\u7c7b\u578b\u5185\u5bb9\uff0c\u5e76\u4fdd\u5b58\u4e3a markdown \u7eaf\u6587\u672c\u683c\u5f0f\uff0c\u65b9\u4fbf\u5feb\u6377\u3002",
    "author": "videohelper",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "*:\/\/*.xiaohongshu.com\/*",
        "*:\/\/*.xiaoshujiang.com\/*"
    ],
    "action": {
        "default_title": "\u5c0f\u8349\u8393 - \u652f\u6301\u5c0f\u7ea2\u4e66\u89c6\u9891\u6279\u91cf\u4e0b\u8f7d",
        "default_icon": "icons\/icon48.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "permissions": [
        "downloads",
        "scripting",
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "imgs\/*",
                "content\/*",
                "*.js",
                "*.css",
                "*.png",
                "*.webp",
                "*.ttf",
                "*.json",
                "*.html",
                "*.wasm"
            ],
            "matches": [
                "*:\/\/*.xiaohongshu.com\/*",
                "*:\/\/*.xiaoshujiang.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.xiaoshujiang.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.xiaohongshu.com\/*"
            ],
            "css": [
                "content\/index.css"
            ],
            "js": [
                "content\/filesize.js",
                "content\/index.js"
            ],
            "run_at": "document_start"
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top