Fat cat picture batch download

Find all images for the current page and batch download

Hvad er Fat cat picture batch download?

Fat cat picture batch download er en Chrome-udvidelse udviklet af https://cxpcx.com, og dens hovedfunktion er "Find all images for the current page and batch download".

Udvidelsesskærmbilleder

screenshot

Download Fat cat picture batch download-udvidelses-CRX-fil

Download Fat cat picture batch download-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Get web page all images and batch download images                    

Grundlæggende oplysninger om udvidelsen

Navn Fat cat picture batch download Fat cat picture batch download
ID gbdahlfendakolekfledonnpgaphimie
Officiel URL https://chromewebstore.google.com/detail/fat-cat-picture-batch-dow/gbdahlfendakolekfledonnpgaphimie
Beskrivelse Find all images for the current page and batch download
Filstørrelse 344 KB
Antal Installationer 494
Nuværende Version 1.2.5
Senest Opdateret 2023-10-18
Udgivelsesdato 2022-11-24
Bedømmelse 4.00/5 Samlet 3 Bedømmelser
Udvikler https://cxpcx.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://pictureknow.com/protocol
Understøttede Sprog 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"
}