YouTube Quick Search

Search on YouTube No need to tediously open a new tab or window to search a highlighted word/text on YouTube. Just use this…

What is YouTube Quick Search?

YouTube Quick Search is a Chrome extension developed by afkdev8, and its main feature is "Search on YouTube No need to tediously open a new tab or window to search a highlighted word/text on YouTube. Just use this…".

Extension Screenshots

screenshot

Download YouTube Quick Search Extension CRX File

Download YouTube Quick 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

                        Search on YouTube

No need to tediously open a new tab or window to search a highlighted word/text on YouTube.
Just use this extension!

1) Mark any text in your browser

2) Right-click on it 

3) Press "Search on YouTube"



Contact: [email protected]                    

Extension Basic Information

Name YouTube Quick Search YouTube Quick Search
ID algmmcbdjmplgjmligafamelebkahfhh
Official URL https://chromewebstore.google.com/detail/youtube-quick-search/algmmcbdjmplgjmligafamelebkahfhh
Description Search on YouTube No need to tediously open a new tab or window to search a highlighted word/text on YouTube. Just use this…
File Size 11.68 KB
Installation Count 60
Current Version 2.0
Last Updated 2023-12-06
Publish Date 2020-03-16
Rating 5.00/5 Total 2 Ratings
Developer afkdev8
Email [email protected]
Payment Type free
Extension Website https://afkdev8.vercel.app/
Help Page URL https://github.com/mrinfinidy/YouTubeSearch
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Quick Search",
    "version": "2.0",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    }
}