YouSearch

Search any Youtube video, user, or channel from your address bar in Chrome!

Cos'è YouSearch?

YouSearch è un'estensione di Chrome sviluppata da theboxboy, e la sua funzione principale è "Search any Youtube video, user, or channel from your address bar in Chrome!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione YouSearch

Scarica i file di estensione YouSearch 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

                        Search any Youtube video, user, or channel from your address bar in Chrome! Type the keyword, "yous" followed by TAB. After this you can type your search query and hit ENTER! You also have several other options. After the TAB, type "v " followed by your query to search only videos. Also, type "c " or "u " to search only channels or users, respectively.                    

Informazioni di Base sull'Estensione

Nome YouSearch YouSearch
ID dkhadfpkjkcilmhebojcbdmcldchibob
URL Ufficiale https://chromewebstore.google.com/detail/yousearch/dkhadfpkjkcilmhebojcbdmcldchibob
Descrizione Search any Youtube video, user, or channel from your address bar in Chrome!
Dimensione del File 62.11 KB
Conteggio Installazioni 417
Versione Corrente 1.0.1
Ultimo Aggiornamento 2014-04-20
Data di Pubblicazione 2014-04-19
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore theboxboy
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouSearch",
    "short_name": "YouSearch",
    "description": "Search any Youtube video, user, or channel from your address bar in Chrome!",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "omnibox": {
        "keyword": "yous"
    }
}