Zeon Helper

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

Cos'è Zeon Helper?

Zeon Helper è un'estensione di Chrome sviluppata da gawbly, e la sua funzione principale è "Zeon Helper (aka Zeon Chrome Kit) is a complimentary extension to help Zeon Downloader users, by allowing dragging images on sites…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Zeon Helper

Scarica i file di estensione Zeon Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Zeon Helper Zeon Helper
ID jpbddhkhomgefpmoniihflbanpopapfm
URL Ufficiale https://chromewebstore.google.com/detail/zeon-helper/jpbddhkhomgefpmoniihflbanpopapfm
Descrizione Zeon Helper (aka Zeon Chrome Kit) is a complimentary extension to help Zeon Downloader users, by allowing dragging images on sites…
Dimensione del File 42.54 KB
Conteggio Installazioni 986
Versione Corrente 1.44
Ultimo Aggiornamento 2022-11-16
Data di Pubblicazione 2020-06-04
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore gawbly
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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]"
    }
}