Vaughn Live
An extension that tells you which channels that are online at Vaughn Live. Automatically updates every five minutes.
Vaughn Live क्या है?
Vaughn Live https://vaughnlive.tv द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that tells you which channels that are online at Vaughn Live. Automatically updates every five minutes."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Vaughn Live एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Originally developed by Noxius, tweaked/maintained by MvnLabs.
एक्सटेंशन की मूल जानकारी
नाम | Vaughn Live |
ID | oegldbmglaooenkmpibomeakcfmalaaj |
आधिकारिक URL | https://chromewebstore.google.com/detail/vaughn-live/oegldbmglaooenkmpibomeakcfmalaaj |
विवरण | An extension that tells you which channels that are online at Vaughn Live. Automatically updates every five minutes. |
फ़ाइल का आकार | 42.21 KB |
स्थापना संख्या | 272 |
वर्तमान संस्करण | 0.0.0.9 |
अंतिम अपडेट | 2013-02-16 |
प्रकाशन तिथि | 2013-02-15 |
रेटिंग | 3.27/5 कुल 15 रेटिंग्स |
डेवलपर | https://vaughnlive.tv |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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\/" ] } |