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