Fat cat picture batch download

Find all images for the current page and batch download

什么是Fat cat picture batch download?

Fat cat picture batch download是由https://cxpcx.com开发的Chrome扩展程序,该扩展的主要功能是“Find all images for the current page and batch download”。

扩展截图

screenshot

下载Fat cat picture batch download扩展crx文件

下载Fat cat picture batch download扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Get web page all images and batch download images                    

扩展基本信息

名称 Fat cat picture batch download Fat cat picture batch download
ID gbdahlfendakolekfledonnpgaphimie
官方URL https://chromewebstore.google.com/detail/fat-cat-picture-batch-dow/gbdahlfendakolekfledonnpgaphimie
简介 Find all images for the current page and batch download
文件大小 344 KB
安装次数 494
当前版本 1.2.5
更新时间 2023-10-18
上架时间 2022-11-24
评分 4.00/5 共3次评分
开发者 https://cxpcx.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://pictureknow.com/protocol
支持的语言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.2.5",
    "description": "__MSG_desc__",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/heart_beat_content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "alarms",
        "proxy",
        "management",
        "declarativeNetRequest",
        "downloads",
        "webRequest",
        "storage"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "bilibili-video",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        ""
    ],
    "homepage_url": "https:\/\/www.pictureknow.com\/",
    "default_locale": "en"
}