Fat cat picture batch download

Find all images for the current page and batch download

Co to jest Fat cat picture batch download?

Fat cat picture batch download to rozszerzenie Chrome opracowane przez https://cxpcx.com, a jego główną funkcją jest „Find all images for the current page and batch download”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Fat cat picture batch download

Pobierz pliki rozszerzeń Fat cat picture batch download w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Get web page all images and batch download images                    

Podstawowe informacje o rozszerzeniu

Nazwa Fat cat picture batch download Fat cat picture batch download
ID gbdahlfendakolekfledonnpgaphimie
Oficjalny URL https://chromewebstore.google.com/detail/fat-cat-picture-batch-dow/gbdahlfendakolekfledonnpgaphimie
Opis Find all images for the current page and batch download
Rozmiar pliku 344 KB
Liczba instalacji 494
Aktualna Wersja 1.2.5
Ostatnia Aktualizacja 2023-10-18
Data Publikacji 2022-11-24
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper https://cxpcx.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://pictureknow.com/protocol
Obsługiwane Języki 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"
}