viD

Improves video and audio streaming like you have never seen before..

¿Qué es viD?

viD es una extensión de Chrome desarrollada por Shtanz, y su función principal es "Improves video and audio streaming like you have never seen before..".

Descargar Archivo CRX de la Extensión viD

Descarga archivos de extensión viD en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre viD viD
ID mmppljeedlfgkaaofjjhldnijmcligpm
URL Oficial https://chrome.google.com/webstore/detail/vid/mmppljeedlfgkaaofjjhldnijmcligpm
Descripción Improves video and audio streaming like you have never seen before..
Tamaño del Archivo 63.44 KB
Cantidad de Instalaciones 39
Versión Actual 2.1
Última Actualización 2012-12-06
Fecha de Publicación 2012-12-06
Desarrollador Shtanz
Tipo de Pago free
Idiomas Soportados 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"
    ]
}