小地瓜 —— 小红书图片视频下载助手

在小红书网页版一键下载帖子里的图片视频

What is 小地瓜 —— 小红书图片视频下载助手?

小地瓜 —— 小红书图片视频下载助手 is a Chrome extension developed by https://xiaodigua.app, 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

                        ✅ 简单易用,一键下载
✅ 图片视频,皆可保存
✅ 原生风格,简洁美观
✅ 图片水印,直接去除

意见反馈 👉 https://github.com/OldPanda/xiaodigua-homepage/issues/new                    

Extension Basic Information

Name 小地瓜 —— 小红书图片视频下载助手 小地瓜 —— 小红书图片视频下载助手
ID phlkdccenedhbieigmejomebppjajnbk
Official URL https://chromewebstore.google.com/detail/%E5%B0%8F%E5%9C%B0%E7%93%9C-%E2%80%94%E2%80%94-%E5%B0%8F%E7%BA%A2%E4%B9%A6%E5%9B%BE%E7%89%87%E8%A7%86%E9%A2%91%E4%B8%8B%E8%BD%BD%E5%8A%A9%E6%89%8B/phlkdccenedhbieigmejomebppjajnbk
Description 在小红书网页版一键下载帖子里的图片视频
File Size 464 KB
Installation Count 2,030
Current Version 0.2.0
Last Updated 2024-01-26
Publish Date 2023-11-15
Rating 4.58/5 Total 24 Ratings
Developer https://xiaodigua.app
Email [email protected]
Payment Type free
Extension Website https://xiaodigua.app/
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u5c0f\u5730\u74dc \u2014\u2014 \u5c0f\u7ea2\u4e66\u56fe\u7247\u89c6\u9891\u4e0b\u8f7d\u52a9\u624b",
    "version": "0.2.0",
    "description": "\u5728\u5c0f\u7ea2\u4e66\u7f51\u9875\u7248\u4e00\u952e\u4e0b\u8f7d\u5e16\u5b50\u91cc\u7684\u56fe\u7247\u89c6\u9891",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": [],
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/api.old-panda.com\/image\/xiaohongshu"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.xiaohongshu.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": []
}