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开发的Chrome扩展程序,该扩展的主要功能是“An extension that tells you which channels that are online at Vaughn Live. Automatically updates every five minutes.”。
扩展截图
下载Vaughn Live扩展crx文件
下载Vaughn Live扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Originally developed by Noxius, tweaked/maintained by MvnLabs. 扩展基本信息
| 名称 | |
| 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\/"
]
} | |