Fat cat picture batch download

Find all images for the current page and batch download

Cos'è Fat cat picture batch download?

Fat cat picture batch download è un'estensione di Chrome sviluppata da https://cxpcx.com, e la sua funzione principale è "Find all images for the current page and batch download".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fat cat picture batch download

Scarica i file di estensione Fat cat picture batch download in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Get web page all images and batch download images                    

Informazioni di Base sull'Estensione

Nome Fat cat picture batch download Fat cat picture batch download
ID gbdahlfendakolekfledonnpgaphimie
URL Ufficiale https://chromewebstore.google.com/detail/fat-cat-picture-batch-dow/gbdahlfendakolekfledonnpgaphimie
Descrizione Find all images for the current page and batch download
Dimensione del File 344 KB
Conteggio Installazioni 494
Versione Corrente 1.2.5
Ultimo Aggiornamento 2023-10-18
Data di Pubblicazione 2022-11-24
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore https://cxpcx.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://pictureknow.com/protocol
Lingue Supportate 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"
}