YouTube Music Selection Search
Search for selected text in YouTube Music.
What is YouTube Music Selection Search?
YouTube Music Selection Search is a Chrome extension developed by darmarco, and its main feature is "Search for selected text in YouTube Music.".
Extension Screenshots
Download YouTube Music Selection Search Extension CRX File
Download YouTube Music Selection 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
Use the context menu to search for YouTube Music from text selected on a web page.
Extension Basic Information
Name | YouTube Music Selection Search |
ID | ihiboenbgflbaccgopgfkoeacabceiie |
Official URL | https://chromewebstore.google.com/detail/youtube-music-selection-s/ihiboenbgflbaccgopgfkoeacabceiie |
Description | Search for selected text in YouTube Music. |
File Size | 15.85 KB |
Installation Count | 37 |
Current Version | 0.0.3 |
Last Updated | 2021-10-03 |
Publish Date | 2021-08-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | darmarco |
[email protected] | |
Payment Type | free |
Extension Website | http://www.darylmarco.com/ |
Help Page URL | http://www.darylmarco.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Music Selection Search", "version": "0.0.3", "description": "Search for selected text in YouTube Music.", "permissions": [ "contextMenus" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": "images\/icon.png" }, "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" } } |