Youglish Video Search

Look up Youglish Video that contain the selected text

What is Youglish Video Search?

Youglish Video Search is a Chrome extension developed by Unknown, and its main feature is "Look up Youglish Video that contain the selected text".

Extension Screenshots

screenshot
screenshot

Download Youglish Video Search Extension CRX File

Download Youglish Video Search 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

                        An extension that help you to find a video on Youtube that contain the text you have selected via Youglish website.                    

Extension Basic Information

Name Youglish Video Search Youglish Video Search
ID dfafggejpfoflelimhkpdfnodlccgfja
Official URL https://chromewebstore.google.com/detail/youglish-video-search/dfafggejpfoflelimhkpdfnodlccgfja
Description Look up Youglish Video that contain the selected text
File Size 5.56 KB
Installation Count 1,673
Current Version 0.1
Last Updated 2019-05-18
Publish Date 2019-05-17
Rating 4.00/5 Total 6 Ratings
Developer Unknown
Payment Type free
Extension Website https://youglish.com
Supported Languages en
manifest.json
{
    "author": [
        {
            "email": "[email protected]",
            "name": "Thanh Tran"
        }
    ],
    "background": {
        "scripts": [
            "youglish.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "description": "Look up Youglish Video that contain the selected text",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "Youglish Video Search",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1"
}