viD
Improves video and audio streaming like you have never seen before..
Was ist viD?
viD ist eine Chrome-Erweiterung, die von Shtanz entwickelt wurde, und ihr Hauptmerkmal ist "Improves video and audio streaming like you have never seen before..".
viD-Erweiterungs-CRX-Datei herunterladen
Laden Sie viD-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | mmppljeedlfgkaaofjjhldnijmcligpm |
Offizielle URL | https://chrome.google.com/webstore/detail/vid/mmppljeedlfgkaaofjjhldnijmcligpm |
Beschreibung | Improves video and audio streaming like you have never seen before.. |
Dateigröße | 63.44 KB |
Installationsanzahl | 39 |
Aktuelle Version | 2.1 |
Letztes Update | 2012-12-06 |
Veröffentlichungsdatum | 2012-12-06 |
Entwickler | Shtanz |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |