Search on YouTube

Search for anything on YouTube by selecting the text and right clicking.

Cos'è Search on YouTube?

Search on YouTube è un'estensione di Chrome sviluppata da Ryan-ED, e la sua funzione principale è "Search for anything on YouTube by selecting the text and right clicking.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Search on YouTube

Scarica i file di estensione Search on 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 simple extension for the Google Chrome browser that allows you to search on YouTube by right clicking highlighted text and using the context menu. Similar to how the built in "Search Google for..." context menu item works.

1) Select some text
2) Right click the mouse to open context menu
3) Select "Search YouTube for [your text]" option

Icons and logos done by @liamcaindesigns on Instagram.                    

Informazioni di Base sull'Estensione

Nome Search on YouTube Search on YouTube
ID ebgngjpjlbehmgehnpeckhdhmnoecngd
URL Ufficiale https://chromewebstore.google.com/detail/search-on-youtube/ebgngjpjlbehmgehnpeckhdhmnoecngd
Descrizione Search for anything on YouTube by selecting the text and right clicking.
Dimensione del File 21.49 KB
Conteggio Installazioni 657
Versione Corrente 1.1
Ultimo Aggiornamento 2021-07-01
Data di Pubblicazione 2021-06-30
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore Ryan-ED
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Ryan-ED/search-on-youtube-chrome-ext
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search on YouTube",
    "description": "Search for anything on YouTube by selecting the text and right clicking.",
    "version": "1.1",
    "icons": {
        "16": "\/icons\/16x16.png",
        "32": "\/icons\/32x32.png",
        "48": "\/icons\/48x48.png",
        "128": "\/icons\/128x128.png",
        "150": "\/icons\/150x150.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "contextMenus"
    ]
}