Vaughn Live

An extension that tells you which channels that are online at Vaughn Live. Automatically updates every five minutes.

Cos'è Vaughn Live?

Vaughn Live è un'estensione di Chrome sviluppata da https://vaughnlive.tv, e la sua funzione principale è "An extension that tells you which channels that are online at Vaughn Live. Automatically updates every five minutes.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Vaughn Live

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

                        Originally developed by Noxius, tweaked/maintained by MvnLabs.                    

Informazioni di Base sull'Estensione

Nome Vaughn Live Vaughn Live
ID oegldbmglaooenkmpibomeakcfmalaaj
URL Ufficiale https://chromewebstore.google.com/detail/vaughn-live/oegldbmglaooenkmpibomeakcfmalaaj
Descrizione An extension that tells you which channels that are online at Vaughn Live. Automatically updates every five minutes.
Dimensione del File 42.21 KB
Conteggio Installazioni 272
Versione Corrente 0.0.0.9
Ultimo Aggiornamento 2013-02-16
Data di Pubblicazione 2013-02-15
Valutazione 3.27/5 Totale 15 Valutazioni
Sviluppatore https://vaughnlive.tv
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vaughn Live",
    "version": "0.0.0.9",
    "manifest_version": 2,
    "description": "An extension that tells you which channels that are online at Vaughn Live. Automatically updates every five minutes.",
    "background": {
        "scripts": [
            "jquery-1.8.3.min.js",
            "background.js"
        ]
    },
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "favicon.ico",
        "default_popup": "popup.html",
        "default2_icon": "favicon.ico",
        "default2_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/vaughnlive.tv\/",
        "https:\/\/cdn.vaughnsoft.com\/"
    ]
}