Chevereto download button

Add function to download images on Chevereto sites

Qu'est-ce que Chevereto download button ?

Chevereto download button est une extension Chrome développée par https://wampi.ru, et sa fonction principale est "Add function to download images on Chevereto sites".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Chevereto download button

Téléchargez les fichiers d'extension Chevereto download button 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

                        Download button for all photo sites working on Chevereto engine.
Allows you to download all the images on the page by one click.                    

Informations de Base sur l'Extension

Nom Chevereto download button Chevereto download button
ID lgcgmhfenjjeghjipookhcplpifakgcd
URL Officiel https://chrome.google.com/webstore/detail/chevereto-download-button/lgcgmhfenjjeghjipookhcplpifakgcd
Description Add function to download images on Chevereto sites
Taille du Fichier 20.81 KB
Nombre d'Installations 2,709
Version Actuelle 0.4
Dernière Mise à Jour 2020-01-04
Date de Publication 2020-01-04
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://wampi.ru
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.4",
    "default_locale": "en",
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_description__",
    "author": "Wink",
    "icons": {
        "16": "icons\/vk_16.png",
        "32": "icons\/vk_32.png",
        "48": "icons\/vk_48.png",
        "64": "icons\/vk_64.png",
        "128": "icons\/vk_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "downloads",
        "notifications",
        "activeTab"
    ]
}