Youglish Widget

Youglish widget extension

What is Youglish Widget?

Youglish Widget is a Chrome extension developed by Laevus Dexter, and its main feature is "Youglish widget extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download Youglish Widget Extension CRX File

Download Youglish Widget extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Youglish Widget Youglish Widget
ID lamoajcajeacjonhbofakcnjnkmfmfnm
Official URL https://chromewebstore.google.com/detail/youglish-widget/lamoajcajeacjonhbofakcnjnkmfmfnm
Description Youglish widget extension
File Size 21.92 KB
Installation Count 115
Current Version 0.0.2
Last Updated 2022-03-14
Publish Date 2022-03-14
Developer Laevus Dexter
Email [email protected]
Payment Type free
Supported Languages 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": [
        ""
    ]
}