Vaughn Live

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

Hvad er Vaughn Live?

Vaughn Live er en Chrome-udvidelse udviklet af https://vaughnlive.tv, og dens hovedfunktion er "An extension that tells you which channels that are online at Vaughn Live. Automatically updates every five minutes.".

Udvidelsesskærmbilleder

screenshot

Download Vaughn Live-udvidelses-CRX-fil

Download Vaughn Live-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Originally developed by Noxius, tweaked/maintained by MvnLabs.                    

Grundlæggende oplysninger om udvidelsen

Navn Vaughn Live Vaughn Live
ID oegldbmglaooenkmpibomeakcfmalaaj
Officiel URL https://chromewebstore.google.com/detail/vaughn-live/oegldbmglaooenkmpibomeakcfmalaaj
Beskrivelse An extension that tells you which channels that are online at Vaughn Live. Automatically updates every five minutes.
Filstørrelse 42.21 KB
Antal Installationer 272
Nuværende Version 0.0.0.9
Senest Opdateret 2013-02-16
Udgivelsesdato 2013-02-15
Bedømmelse 3.27/5 Samlet 15 Bedømmelser
Udvikler https://vaughnlive.tv
Betalingsmetode free
Understøttede Sprog 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\/"
    ]
}