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.                    

扩展基本信息

名称 viD viD
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"
    ]
}