viD
Improves video and audio streaming like you have never seen before..
Qu'est-ce que viD ?
viD est une extension Chrome développée par Shtanz, et sa fonction principale est "Improves video and audio streaming like you have never seen before..".
Télécharger le fichier CRX de l'extension viD
Téléchargez les fichiers d'extension viD au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | mmppljeedlfgkaaofjjhldnijmcligpm |
URL Officiel | https://chrome.google.com/webstore/detail/vid/mmppljeedlfgkaaofjjhldnijmcligpm |
Description | Improves video and audio streaming like you have never seen before.. |
Taille du Fichier | 63.44 KB |
Nombre d'Installations | 39 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2012-12-06 |
Date de Publication | 2012-12-06 |
Développeur | Shtanz |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |