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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/" ] } |