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\/"
]
} | |