Vaughn Live

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

Qu'est-ce que Vaughn Live ?

Vaughn Live est une extension Chrome développée par https://vaughnlive.tv, et sa fonction principale est "An extension that tells you which channels that are online at Vaughn Live. Automatically updates every five minutes.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Vaughn Live

Téléchargez les fichiers d'extension Vaughn Live au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Originally developed by Noxius, tweaked/maintained by MvnLabs.                    

Informations de Base sur l'Extension

Nom Vaughn Live Vaughn Live
ID oegldbmglaooenkmpibomeakcfmalaaj
URL Officiel https://chromewebstore.google.com/detail/vaughn-live/oegldbmglaooenkmpibomeakcfmalaaj
Description An extension that tells you which channels that are online at Vaughn Live. Automatically updates every five minutes.
Taille du Fichier 42.21 KB
Nombre d'Installations 272
Version Actuelle 0.0.0.9
Dernière Mise à Jour 2013-02-16
Date de Publication 2013-02-15
Évaluation 3.27/5 Total 15 Évaluations
Développeur https://vaughnlive.tv
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}