Chevereto download button

Add function to download images on Chevereto sites

Hvad er Chevereto download button?

Chevereto download button er en Chrome-udvidelse udviklet af https://wampi.ru, og dens hovedfunktion er "Add function to download images on Chevereto sites".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Chevereto download button-udvidelses-CRX-fil

Download Chevereto download button-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

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

Grundlæggende oplysninger om udvidelsen

Navn Chevereto download button Chevereto download button
ID lgcgmhfenjjeghjipookhcplpifakgcd
Officiel URL https://chrome.google.com/webstore/detail/chevereto-download-button/lgcgmhfenjjeghjipookhcplpifakgcd
Beskrivelse Add function to download images on Chevereto sites
Filstørrelse 20.81 KB
Antal Installationer 2,709
Nuværende Version 0.4
Senest Opdateret 2020-01-04
Udgivelsesdato 2020-01-04
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler https://wampi.ru
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}