Youtube multi tab search
Allows using middle mouse click on youtube search bar
What is Youtube multi tab search?
Youtube multi tab search is a Chrome extension developed by Patryk7975, and its main feature is "Allows using middle mouse click on youtube search bar".
Extension Screenshots
Download Youtube multi tab search Extension CRX File
Download Youtube multi tab 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
You can open youtube search results in new tab after clicking middle mouse button on search prompts or search button, so you can easily navigate through many different searches
Extension Basic Information
Name | Youtube multi tab search |
ID | hcbdfbbdfflnaeplppollmejpaenfkin |
Official URL | https://chromewebstore.google.com/detail/youtube-multi-tab-search/hcbdfbbdfflnaeplppollmejpaenfkin |
Description | Allows using middle mouse click on youtube search bar |
File Size | 20.08 KB |
Installation Count | 34 |
Current Version | 1.3 |
Last Updated | 2021-03-18 |
Publish Date | 2020-11-17 |
Rating | 4.20/5 Total 5 Ratings |
Developer | Patryk7975 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube multi tab search", "version": "1.3", "description": "Allows using middle mouse click on youtube search bar", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "logic.js" ] } ], "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "manifest_version": 2 } |