小红书帮助工具

下载评论和封面的简单工具

What is 小红书帮助工具?

小红书帮助工具 is a Chrome extension developed by chenshuai064, and its main feature is "下载评论和封面的简单工具".

Extension Screenshots

screenshot

Download 小红书帮助工具 Extension CRX File

Download 小红书帮助工具 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        下载评论和封面的简单工具,用于运营数据整理。简单可靠好用                    

Extension Basic Information

Name 小红书帮助工具 小红书帮助工具
ID kaeiagdlnbfapmcdmdcbdkkecbbadifh
Official URL https://chromewebstore.google.com/detail/%E5%B0%8F%E7%BA%A2%E4%B9%A6%E5%B8%AE%E5%8A%A9%E5%B7%A5%E5%85%B7/kaeiagdlnbfapmcdmdcbdkkecbbadifh
Description 下载评论和封面的简单工具
File Size 18.4 KB
Installation Count 76
Current Version 1.0.0
Last Updated 2023-10-07
Publish Date 2023-10-06
Rating 1.00/5 Total 1 Ratings
Developer chenshuai064
Email [email protected]
Payment Type free
Extension Website https://github.com/chenshuai2144/xiaohongshu-tool/tree/main
Help Page URL https://github.com/chenshuai2144/xiaohongshu-tool/tree/main
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5c0f\u7ea2\u4e66\u5e2e\u52a9\u5de5\u5177",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "\u4e0b\u8f7d\u8bc4\u8bba\u548c\u5c01\u9762\u7684\u7b80\u5355\u5de5\u5177",
    "icons": {
        "16": "icons\/nasapod16x16.png",
        "32": "icons\/nasapod32x32.png",
        "48": "icons\/nasapod48x48.png",
        "128": "icons\/nasapod128x128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/test.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.jpeg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}