Zeon Helper

Zeon Helper (aka Zeon Chrome Kit) is a complimentary extension to help Zeon Downloader users, by allowing dragging images on sites…

Co to jest Zeon Helper?

Zeon Helper to rozszerzenie Chrome opracowane przez gawbly, a jego główną funkcją jest „Zeon Helper (aka Zeon Chrome Kit) is a complimentary extension to help Zeon Downloader users, by allowing dragging images on sites…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Zeon Helper

Pobierz pliki rozszerzeń Zeon Helper 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

                        Zeon Helper (aka Zeon Chrome Kit) is a complimentary extension to help Zeon Downloader users, by allowing dragging images on sites that disable image drag, and allowing right clicking to show context menu on sites that disable that feature as well.                    

Podstawowe informacje o rozszerzeniu

Nazwa Zeon Helper Zeon Helper
ID jpbddhkhomgefpmoniihflbanpopapfm
Oficjalny URL https://chromewebstore.google.com/detail/zeon-helper/jpbddhkhomgefpmoniihflbanpopapfm
Opis Zeon Helper (aka Zeon Chrome Kit) is a complimentary extension to help Zeon Downloader users, by allowing dragging images on sites…
Rozmiar pliku 42.54 KB
Liczba instalacji 986
Aktualna Wersja 1.44
Ostatnia Aktualizacja 2022-11-16
Data Publikacji 2020-06-04
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper gawbly
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zeon Helper",
    "version": "1.44",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.photoshelter.com\/*",
                "https:\/\/*.photoshelter.com\/*",
                "http:\/\/*.cnsphoto.com\/*\/news_photos\/*",
                "https:\/\/*.cnsphoto.com\/*\/news_photos\/*",
                "http:\/\/*.tuchong.com\/*",
                "https:\/\/*.tuchong.com\/*",
                "http:\/\/*.sopaimages.com\/*",
                "https:\/\/*.sopaimages.com\/*",
                "http:\/\/*.bfa.com\/*",
                "https:\/\/*.bfa.com\/*",
                "http:\/\/*.picturedesk.com\/*",
                "https:\/\/*.picturedesk.com\/*",
                "https:\/\/*.amanaimages.com\/*",
                "https:\/\/*.backpagepix.com\/*",
                "https:\/\/*.crownmediapress.com\/*",
                "https:\/\/*.imagn.com\/*",
                "https:\/\/*.iconiclicensing.net\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "20": "[email protected]",
        "24": "[email protected]",
        "48": "[email protected]",
        "32": "[email protected]",
        "128": "[email protected]"
    }
}