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ファイルをダウンロード
viD拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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"
]
} | |