viD

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

Wat is viD?

viD is een Chrome-extensie ontwikkeld door Shtanz, en de belangrijkste functie is "Improves video and audio streaming like you have never seen before..".

Download het CRX-bestand van de extensie viD

Download viD-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam viD viD
ID mmppljeedlfgkaaofjjhldnijmcligpm
Officiële URL https://chrome.google.com/webstore/detail/vid/mmppljeedlfgkaaofjjhldnijmcligpm
Beschrijving Improves video and audio streaming like you have never seen before..
Bestandsgrootte 63.44 KB
Aantal Installaties 39
Huidige Versie 2.1
Laatst Bijgewerkt 2012-12-06
Publicatiedatum 2012-12-06
Ontwikkelaar Shtanz
Betalingswijze free
Ondersteunde Talen 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"
    ]
}