Chevereto download button

Add function to download images on Chevereto sites

Co to jest Chevereto download button?

Chevereto download button to rozszerzenie Chrome opracowane przez https://wampi.ru, a jego główną funkcją jest „Add function to download images on Chevereto sites”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Chevereto download button

Pobierz pliki rozszerzeń Chevereto download button 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

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

Podstawowe informacje o rozszerzeniu

Nazwa Chevereto download button Chevereto download button
ID lgcgmhfenjjeghjipookhcplpifakgcd
Oficjalny URL https://chrome.google.com/webstore/detail/chevereto-download-button/lgcgmhfenjjeghjipookhcplpifakgcd
Opis Add function to download images on Chevereto sites
Rozmiar pliku 20.81 KB
Liczba instalacji 2,709
Aktualna Wersja 0.4
Ostatnia Aktualizacja 2020-01-04
Data Publikacji 2020-01-04
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper https://wampi.ru
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}