Vaughn Live
An extension that tells you which channels that are online at Vaughn Live. Automatically updates every five minutes.
Wat is Vaughn Live?
Vaughn Live is een Chrome-extensie ontwikkeld door https://vaughnlive.tv, en de belangrijkste functie is "An extension that tells you which channels that are online at Vaughn Live. Automatically updates every five minutes.".
Extensie Screenshots
Download het CRX-bestand van de extensie Vaughn Live
Download Vaughn Live-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Originally developed by Noxius, tweaked/maintained by MvnLabs. Basisinformatie over de Extensie
| Naam | |
| ID | oegldbmglaooenkmpibomeakcfmalaaj |
| Officiële URL | https://chromewebstore.google.com/detail/vaughn-live/oegldbmglaooenkmpibomeakcfmalaaj |
| Beschrijving | An extension that tells you which channels that are online at Vaughn Live. Automatically updates every five minutes. |
| Bestandsgrootte | 42.21 KB |
| Aantal Installaties | 272 |
| Huidige Versie | 0.0.0.9 |
| Laatst Bijgewerkt | 2013-02-16 |
| Publicatiedatum | 2013-02-15 |
| Beoordeling | 3.27/5 Totaal 15 Beoordelingen |
| Ontwikkelaar | https://vaughnlive.tv |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/"
]
} | |