Search on Youtube

Search the selected text directly on Youtube. With the button or context menu.

What is Search on Youtube?

Search on Youtube is a Chrome extension developed by Unknown, and its main feature is "Search the selected text directly on Youtube. With the button or context menu.".

Extension Screenshots

screenshot
screenshot

Download Search on Youtube Extension CRX File

Download Search on Youtube 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

                                            

Extension Basic Information

Name Search on Youtube Search on Youtube
ID gahogncmdbjleklophdcgpbeoeboolbk
Official URL https://chromewebstore.google.com/detail/search-on-youtube/gahogncmdbjleklophdcgpbeoeboolbk
Description Search the selected text directly on Youtube. With the button or context menu.
File Size 21.94 KB
Installation Count 762
Current Version 1.0
Last Updated 2017-03-07
Publish Date 2017-03-07
Rating 4.57/5 Total 7 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search on Youtube",
    "description": "Search the selected text directly on Youtube. With the button or context menu.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icons\/32x32.png"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "96": "icons\/96x96.png",
        "144": "icons\/144x144.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}