Browse with Guy

Let Guy Fieri accompany you on your Internet browsing

Cos'è Browse with Guy?

Browse with Guy è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Let Guy Fieri accompany you on your Internet browsing".

Scarica il file CRX dell'estensione Browse with Guy

Scarica i file di estensione Browse with Guy 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 Browse with Guy Browse with Guy
ID pffcpolokheijlggcplcbkadpgkhmomj
URL Ufficiale https://chromewebstore.google.com/detail/browse-with-guy/pffcpolokheijlggcplcbkadpgkhmomj
Descrizione Let Guy Fieri accompany you on your Internet browsing
Dimensione del File 395 KB
Conteggio Installazioni 10
Versione Corrente 1.0
Ultimo Aggiornamento 2016-02-06
Data di Pubblicazione 2016-02-06
Valutazione 5.00/5 Totale 1 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": "Browse with Guy",
    "description": "Let Guy Fieri accompany you on your Internet browsing",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "guy.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "guy.png"
    ]
}