YouTube Music Selection Search

Search for selected text in YouTube Music.

Wat is YouTube Music Selection Search?

YouTube Music Selection Search is een Chrome-extensie ontwikkeld door darmarco, en de belangrijkste functie is "Search for selected text in YouTube Music.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube Music Selection Search

Download YouTube Music Selection Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Use the context menu to search for YouTube Music from text selected on a web page.                    

Basisinformatie over de Extensie

Naam YouTube Music Selection Search YouTube Music Selection Search
ID ihiboenbgflbaccgopgfkoeacabceiie
Officiële URL https://chromewebstore.google.com/detail/youtube-music-selection-s/ihiboenbgflbaccgopgfkoeacabceiie
Beschrijving Search for selected text in YouTube Music.
Bestandsgrootte 15.85 KB
Aantal Installaties 37
Huidige Versie 0.0.3
Laatst Bijgewerkt 2021-10-03
Publicatiedatum 2021-08-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar darmarco
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.darylmarco.com/
Help Pagina-URL http://www.darylmarco.com/
Ondersteunde Talen 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"
    }
}