YouTube Music Selection Search
Search for selected text in YouTube Music.
Vad är YouTube Music Selection Search?
YouTube Music Selection Search är en Chrome-tillägg utvecklad av darmarco, och dess huvudfunktion är "Search for selected text in YouTube Music.".
Tilläggsskärmbilder
Ladda ner YouTube Music Selection Search-förlängningens CRX-fil
Ladda ner YouTube Music Selection Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Use the context menu to search for YouTube Music from text selected on a web page. Grundläggande Information om Tillägg
| Namn | |
| ID | ihiboenbgflbaccgopgfkoeacabceiie |
| Officiell webbadress | https://chromewebstore.google.com/detail/youtube-music-selection-s/ihiboenbgflbaccgopgfkoeacabceiie |
| Beskrivning | Search for selected text in YouTube Music. |
| Filstorlek | 15.85 KB |
| Antal Installationer | 37 |
| Aktuell Version | 0.0.3 |
| Senast Uppdaterad | 2021-10-03 |
| Publiceringsdatum | 2021-08-08 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | darmarco |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.darylmarco.com/ |
| Hjälpsida URL | http://www.darylmarco.com/ |
| Stödda Språk | 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"
}
} | |