DeepL - Hide Selected Languages

Hide any language on DeepL.com

Cos'è DeepL - Hide Selected Languages?

DeepL - Hide Selected Languages è un'estensione di Chrome sviluppata da nmihaly0113, e la sua funzione principale è "Hide any language on DeepL.com".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DeepL - Hide Selected Languages

Scarica i file di estensione DeepL - Hide Selected Languages 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

                        😍 Never search through all languages again, declutter the language selector with ease on DeepL™!

⭐ Hide any language with just a click, using the popup!                    

Informazioni di Base sull'Estensione

Nome DeepL - Hide Selected Languages DeepL - Hide Selected Languages
ID apnfkdmjjbnamhanmlcbodapnbcipafl
URL Ufficiale https://chromewebstore.google.com/detail/deepl-hide-selected-langu/apnfkdmjjbnamhanmlcbodapnbcipafl
Descrizione Hide any language on DeepL.com
Dimensione del File 32.9 KB
Conteggio Installazioni 36
Versione Corrente 1.1.1
Ultimo Aggiornamento 2022-09-29
Data di Pubblicazione 2022-03-29
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore nmihaly0113
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DeepL - Hide Selected Languages",
    "description": "Hide any language on DeepL.com",
    "author": "Skyfighteer",
    "version": "1.1.1",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png"
        },
        "default_title": "Hide Languages",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.deepl.com\/*"
            ],
            "js": [
                "content-script.js",
                "arrive.js"
            ],
            "run_at": "document_start"
        }
    ]
}