Fat cat picture batch download

Find all images for the current page and batch download

Was ist Fat cat picture batch download?

Fat cat picture batch download ist eine Chrome-Erweiterung, die von https://cxpcx.com entwickelt wurde, und ihr Hauptmerkmal ist "Find all images for the current page and batch download".

Erweiterungsscreenshots

screenshot

Fat cat picture batch download-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fat cat picture batch download-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Get web page all images and batch download images                    

Grundlegende Informationen zur Erweiterung

Name Fat cat picture batch download Fat cat picture batch download
ID gbdahlfendakolekfledonnpgaphimie
Offizielle URL https://chromewebstore.google.com/detail/fat-cat-picture-batch-dow/gbdahlfendakolekfledonnpgaphimie
Beschreibung Find all images for the current page and batch download
Dateigröße 344 KB
Installationsanzahl 494
Aktuelle Version 1.2.5
Letztes Update 2023-10-18
Veröffentlichungsdatum 2022-11-24
Bewertung 4.00/5 Insgesamt 3 Bewertungen
Entwickler https://cxpcx.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://pictureknow.com/protocol
Unterstützte Sprachen 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"
}