Fat cat picture batch download

Find all images for the current page and batch download

Qu'est-ce que Fat cat picture batch download ?

Fat cat picture batch download est une extension Chrome développée par https://cxpcx.com, et sa fonction principale est "Find all images for the current page and batch download".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fat cat picture batch download

Téléchargez les fichiers d'extension Fat cat picture batch download au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Get web page all images and batch download images                    

Informations de Base sur l'Extension

Nom Fat cat picture batch download Fat cat picture batch download
ID gbdahlfendakolekfledonnpgaphimie
URL Officiel https://chromewebstore.google.com/detail/fat-cat-picture-batch-dow/gbdahlfendakolekfledonnpgaphimie
Description Find all images for the current page and batch download
Taille du Fichier 344 KB
Nombre d'Installations 494
Version Actuelle 1.2.5
Dernière Mise à Jour 2023-10-18
Date de Publication 2022-11-24
Évaluation 4.00/5 Total 3 Évaluations
Développeur https://cxpcx.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://pictureknow.com/protocol
Langues Prises en Charge 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"
}