Search in YouTube
Search selected text in YouTube by a simple click of a button
What is Search in YouTube?
Search in YouTube is a Chrome extension developed by http://garbageoverflow.blogspot.com, and its main feature is "Search selected text in YouTube by a simple click of a button".
Extension Screenshots
Download Search in YouTube Extension CRX File
Download Search in 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
Search selected text on a web page in YouTube by a simple click 3 easy steps 1. Install the plugin. You will see a red YouTube icon (usually on top ride side on chrome) after plugin is installed 2. Select some text on a web page using your mouse e.g movie name 3. Click on the plugin icon and wallah a new small window will open with open YouTube with your selected text
Extension Basic Information
Name | |
ID | kfoemjblnjcahcgakbogaakhhgjldnfn |
Official URL | https://chrome.google.com/webstore/detail/search-in-youtube/kfoemjblnjcahcgakbogaakhhgjldnfn |
Description | Search selected text in YouTube by a simple click of a button |
File Size | 12.55 KB |
Installation Count | 180 |
Current Version | 1.0 |
Last Updated | 2020-02-29 |
Publish Date | 2020-02-29 |
Rating | 4.00/5 Total 1 Ratings |
Developer | http://garbageoverflow.blogspot.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search in YouTube", "description": "Search selected text in YouTube by a simple click of a button", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |