Quick Search for YouTube™
Quick search selected text on YouTube or quick launch www.youtube.com
What is Quick Search for YouTube™?
Quick Search for YouTube™ is a Chrome extension developed by ioDeck, and its main feature is "Quick search selected text on YouTube or quick launch www.youtube.com".
Extension Screenshots
Download Quick Search for YouTube™ Extension CRX File
Download Quick Search for 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
This is a simple and clean extension for quickly searching selected text on YouTube, from any website.
'Quick Search' enables you to swiftly search using the following methods:
- Select a word or a phrase on any website, right-click, and choose 'YouTube IT' from the context menu.
- Or, simply right-click anywhere on the page, choose 'YouTube IT' to open the YouTube page. Extension Basic Information
| Name | |
| ID | haepcjhchonagnpkeaijnbfeldaikjjm |
| Official URL | https://chromewebstore.google.com/detail/quick-search-for-youtube/haepcjhchonagnpkeaijnbfeldaikjjm |
| Description | Quick search selected text on YouTube or quick launch www.youtube.com |
| File Size | 81.6 KB |
| Installation Count | 1,709 |
| Current Version | 2.0.2 |
| Last Updated | 2024-01-12 |
| Publish Date | 2015-03-28 |
| Rating | 5.00/5 Total 18 Ratings |
| Developer | ioDeck |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Quick Search for YouTube\u2122",
"version": "2.0.2",
"description": "Quick search selected text on YouTube or quick launch www.youtube.com",
"permissions": [
"storage",
"contextMenus"
],
"options_page": "src\/pages\/options\/index.html",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "icon-play-34.png"
},
"icons": {
"16": "icon-play-16.png",
"34": "icon-play-34.png",
"48": "icon-play-48.png",
"128": "icon-play-128.png"
},
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css",
"icon-play-128.png",
"icon-play-34.png"
],
"matches": [
"*:\/\/*\/*"
]
}
]
} | |