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 |
| 官方網址 | 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\/"
]
} | |