Find on YouTube (Context Menu)

This extension adds a context menu option for selected text in order to find video related to the text

Cos'è Find on YouTube (Context Menu)?

Find on YouTube (Context Menu) è un'estensione di Chrome sviluppata da Romkaq, e la sua funzione principale è "This extension adds a context menu option for selected text in order to find video related to the text".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Find on YouTube (Context Menu)

Scarica i file di estensione Find on YouTube (Context Menu) 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

                        This simple extension adds context menu for selected text to search in youtube.com.                    

Informazioni di Base sull'Estensione

Nome Find on YouTube (Context Menu) Find on YouTube (Context Menu)
ID agpgbopfbmfklefdodadbcengmimldpb
URL Ufficiale https://chromewebstore.google.com/detail/find-on-youtube-context-m/agpgbopfbmfklefdodadbcengmimldpb
Descrizione This extension adds a context menu option for selected text in order to find video related to the text
Dimensione del File 7.01 KB
Conteggio Installazioni 518
Versione Corrente 2.2
Ultimo Aggiornamento 2022-06-18
Data di Pubblicazione 2021-07-03
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Romkaq
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://rq-dev.github.io/chrome-extensions-privacy-policy
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "2.2",
    "default_locale": "en",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "script.js"
    },
    "icons": {
        "128": "icon128.png"
    }
}