viD

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

Cos'è viD?

viD è un'estensione di Chrome sviluppata da Shtanz, e la sua funzione principale è "Improves video and audio streaming like you have never seen before..".

Scarica il file CRX dell'estensione viD

Scarica i file di estensione viD in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome viD viD
ID mmppljeedlfgkaaofjjhldnijmcligpm
URL Ufficiale https://chrome.google.com/webstore/detail/vid/mmppljeedlfgkaaofjjhldnijmcligpm
Descrizione Improves video and audio streaming like you have never seen before..
Dimensione del File 63.44 KB
Conteggio Installazioni 39
Versione Corrente 2.1
Ultimo Aggiornamento 2012-12-06
Data di Pubblicazione 2012-12-06
Sviluppatore Shtanz
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}