YouSearch
Search any Youtube video, user, or channel from your address bar in Chrome!
What is YouSearch?
YouSearch is a Chrome extension developed by theboxboy, and its main feature is "Search any Youtube video, user, or channel from your address bar in Chrome!".
Extension Screenshots
Download YouSearch Extension CRX File
Download YouSearch 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 any Youtube video, user, or channel from your address bar in Chrome! Type the keyword, "yous" followed by TAB. After this you can type your search query and hit ENTER! You also have several other options. After the TAB, type "v " followed by your query to search only videos. Also, type "c " or "u " to search only channels or users, respectively.
Extension Basic Information
Name | YouSearch |
ID | dkhadfpkjkcilmhebojcbdmcldchibob |
Official URL | https://chromewebstore.google.com/detail/yousearch/dkhadfpkjkcilmhebojcbdmcldchibob |
Description | Search any Youtube video, user, or channel from your address bar in Chrome! |
File Size | 62.11 KB |
Installation Count | 417 |
Current Version | 1.0.1 |
Last Updated | 2014-04-20 |
Publish Date | 2014-04-19 |
Rating | 4.50/5 Total 4 Ratings |
Developer | theboxboy |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouSearch", "short_name": "YouSearch", "description": "Search any Youtube video, user, or channel from your address bar in Chrome!", "version": "1.0.1", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "128": "icon128.png" }, "omnibox": { "keyword": "yous" } } |