Vaughn Live
An extension that tells you which channels that are online at Vaughn Live. Automatically updates every five minutes.
Vad är Vaughn Live?
Vaughn Live är en Chrome-tillägg utvecklad av https://vaughnlive.tv, och dess huvudfunktion är "An extension that tells you which channels that are online at Vaughn Live. Automatically updates every five minutes.".
Tilläggsskärmbilder
Ladda ner Vaughn Live-förlängningens CRX-fil
Ladda ner Vaughn Live-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Originally developed by Noxius, tweaked/maintained by MvnLabs. Grundläggande Information om Tillägg
| Namn | |
| ID | oegldbmglaooenkmpibomeakcfmalaaj |
| Officiell webbadress | https://chromewebstore.google.com/detail/vaughn-live/oegldbmglaooenkmpibomeakcfmalaaj |
| Beskrivning | An extension that tells you which channels that are online at Vaughn Live. Automatically updates every five minutes. |
| Filstorlek | 42.21 KB |
| Antal Installationer | 272 |
| Aktuell Version | 0.0.0.9 |
| Senast Uppdaterad | 2013-02-16 |
| Publiceringsdatum | 2013-02-15 |
| Betyg | 3.27/5 Totalt 15 Betyg |
| Utvecklare | https://vaughnlive.tv |
| Betalningssätt | free |
| Stödda Språk | 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\/"
]
} | |