Search on Youtube

Search the selected text directly on Youtube. With the button or context menu.

Cos'è Search on Youtube?

Search on Youtube è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Search the selected text directly on Youtube. With the button or context menu.".

Screenshot dell'Estensione

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

                                            

Informazioni di Base sull'Estensione

Nome Search on Youtube Search on Youtube
ID gahogncmdbjleklophdcgpbeoeboolbk
URL Ufficiale https://chromewebstore.google.com/detail/search-on-youtube/gahogncmdbjleklophdcgpbeoeboolbk
Descrizione Search the selected text directly on Youtube. With the button or context menu.
Dimensione del File 21.94 KB
Conteggio Installazioni 762
Versione Corrente 1.0
Ultimo Aggiornamento 2017-03-07
Data di Pubblicazione 2017-03-07
Valutazione 4.57/5 Totale 7 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search on Youtube",
    "description": "Search the selected text directly on Youtube. With the button or context menu.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icons\/32x32.png"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "96": "icons\/96x96.png",
        "144": "icons\/144x144.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}