Contextual Search for YouTube

Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.

Cos'è Contextual Search for YouTube?

Contextual Search for YouTube è un'estensione di Chrome sviluppata da Gryff, e la sua funzione principale è "Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Contextual Search for YouTube

Scarica i file di estensione Contextual Search for YouTube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        A very simple extension that allows the user to search for a term in YouTube simply by selecting text, right clicking and selecting "Search YouTube for..." from the contextual menu. Easy to use. Nothing extra.                    

Informazioni di Base sull'Estensione

Nome Contextual Search for YouTube Contextual Search for YouTube
ID aaaaahnmcjcoomdncaekjkjedgagpnln
URL Ufficiale https://chromewebstore.google.com/detail/contextual-search-for-you/aaaaahnmcjcoomdncaekjkjedgagpnln
Descrizione Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.
Dimensione del File 13 KB
Conteggio Installazioni 880
Versione Corrente 1.0.0.14
Ultimo Aggiornamento 2022-07-31
Data di Pubblicazione 2013-12-17
Valutazione 4.77/5 Totale 13 Valutazioni
Sviluppatore Gryff
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Contextual Search for YouTube",
    "background": {
        "service_worker": "searchyoutube.js"
    },
    "description": "Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.",
    "icons": {
        "16": "SmallIcon.png",
        "48": "MediumIcon.png"
    },
    "version": "1.0.0.14",
    "permissions": [
        "contextMenus"
    ]
}