Fat cat picture batch download

Find all images for the current page and batch download

Wat is Fat cat picture batch download?

Fat cat picture batch download is een Chrome-extensie ontwikkeld door https://cxpcx.com, en de belangrijkste functie is "Find all images for the current page and batch download".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Fat cat picture batch download

Download Fat cat picture batch download-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Get web page all images and batch download images                    

Basisinformatie over de Extensie

Naam Fat cat picture batch download Fat cat picture batch download
ID gbdahlfendakolekfledonnpgaphimie
Officiële URL https://chromewebstore.google.com/detail/fat-cat-picture-batch-dow/gbdahlfendakolekfledonnpgaphimie
Beschrijving Find all images for the current page and batch download
Bestandsgrootte 344 KB
Aantal Installaties 494
Huidige Versie 1.2.5
Laatst Bijgewerkt 2023-10-18
Publicatiedatum 2022-11-24
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://cxpcx.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://pictureknow.com/protocol
Ondersteunde Talen 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"
}