viD
Improves video and audio streaming like you have never seen before..
viD란 무엇입니까?
viD은(는) Shtanz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improves video and audio streaming like you have never seen before.."입니다.
viD 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension improves video and audio streaming. By combining various codacs and video compression algorithms to provide you the best experience in streaming around the web.
확장 프로그램 기본 정보
이름 | |
ID | mmppljeedlfgkaaofjjhldnijmcligpm |
공식 URL | https://chrome.google.com/webstore/detail/vid/mmppljeedlfgkaaofjjhldnijmcligpm |
설명 | Improves video and audio streaming like you have never seen before.. |
파일 크기 | 63.44 KB |
설치 횟수 | 39 |
현재 버전 | 2.1 |
최근 업데이트 | 2012-12-06 |
출시 날짜 | 2012-12-06 |
개발자 | Shtanz |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "page": "background.html" }, "options_page": "options.html", "name": "viD", "version": "2.1", "description": "Improves video and audio streaming like you have never seen before..", "icons": { "128": "icon.png" }, "content_scripts": [ { "all_frames": true, "js": [ "w.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" }, { "js": [ "y.js" ], "matches": [ "*:\/\/*.youtube.com\/user*", "*:\/\/*.youtube.com\/watch*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "s.js", "j.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "cookies", "management", "notifications", "contextMenus" ] } |