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
Eメール [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"
}