Vaughn Live

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

What is Vaughn Live?

Vaughn Live is a Chrome extension developed by https://vaughnlive.tv, and its main feature is "An extension that tells you which channels that are online at Vaughn Live. Automatically updates every five minutes.".

Extension Screenshots

screenshot

Download Vaughn Live Extension CRX File

Download Vaughn Live extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Originally developed by Noxius, tweaked/maintained by MvnLabs.                    

Extension Basic Information

Name Vaughn Live Vaughn Live
ID oegldbmglaooenkmpibomeakcfmalaaj
Official URL 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.
File Size 42.21 KB
Installation Count 272
Current Version 0.0.0.9
Last Updated 2013-02-16
Publish Date 2013-02-15
Rating 3.27/5 Total 15 Ratings
Developer https://vaughnlive.tv
Payment Type free
Supported Languages 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\/"
    ]
}