Vaughn Live

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

Co to jest Vaughn Live?

Vaughn Live to rozszerzenie Chrome opracowane przez https://vaughnlive.tv, a jego główną funkcją jest „An extension that tells you which channels that are online at Vaughn Live. Automatically updates every five minutes.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Vaughn Live

Pobierz pliki rozszerzeń Vaughn Live w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Originally developed by Noxius, tweaked/maintained by MvnLabs.                    

Podstawowe informacje o rozszerzeniu

Nazwa Vaughn Live Vaughn Live
ID oegldbmglaooenkmpibomeakcfmalaaj
Oficjalny URL https://chromewebstore.google.com/detail/vaughn-live/oegldbmglaooenkmpibomeakcfmalaaj
Opis An extension that tells you which channels that are online at Vaughn Live. Automatically updates every five minutes.
Rozmiar pliku 42.21 KB
Liczba instalacji 272
Aktualna Wersja 0.0.0.9
Ostatnia Aktualizacja 2013-02-16
Data Publikacji 2013-02-15
Ocena 3.27/5 Łącznie 15 Oceny
Deweloper https://vaughnlive.tv
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}