Youglish Widget

Youglish widget extension

Cos'è Youglish Widget?

Youglish Widget è un'estensione di Chrome sviluppata da Laevus Dexter, e la sua funzione principale è "Youglish widget extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Youglish Widget

Scarica i file di estensione Youglish Widget 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

                        Improve your pronunciation with YouTube.

Search for selected word or expression using the context menu or by pressing specified hotkey (ctrl + alt +  by default). Sticky YouGlish widget will appear.

If no language specified, it will be determined by hangul, kana, chinese and cyrillic characters accordingly. 

Might not work on some sites.                    

Informazioni di Base sull'Estensione

Nome Youglish Widget Youglish Widget
ID lamoajcajeacjonhbofakcnjnkmfmfnm
URL Ufficiale https://chromewebstore.google.com/detail/youglish-widget/lamoajcajeacjonhbofakcnjnkmfmfnm
Descrizione Youglish widget extension
Dimensione del File 21.92 KB
Conteggio Installazioni 115
Versione Corrente 0.0.2
Ultimo Aggiornamento 2022-03-14
Data di Pubblicazione 2022-03-14
Sviluppatore Laevus Dexter
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youglish Widget",
    "description": "Youglish widget extension",
    "version": "0.0.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png"
        },
        "default_popup": "popup.html",
        "default_title": "Youglish widget settings"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "youglish.js",
                "keys.js"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "keys.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ]
}