viD
Improves video and audio streaming like you have never seen before..
Vad är viD?
viD är en Chrome-tillägg utvecklad av Shtanz, och dess huvudfunktion är "Improves video and audio streaming like you have never seen before..".
Ladda ner viD-förlängningens CRX-fil
Ladda ner viD-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | mmppljeedlfgkaaofjjhldnijmcligpm |
Officiell webbadress | https://chrome.google.com/webstore/detail/vid/mmppljeedlfgkaaofjjhldnijmcligpm |
Beskrivning | Improves video and audio streaming like you have never seen before.. |
Filstorlek | 63.44 KB |
Antal Installationer | 39 |
Aktuell Version | 2.1 |
Senast Uppdaterad | 2012-12-06 |
Publiceringsdatum | 2012-12-06 |
Utvecklare | Shtanz |
Betalningssätt | free |
Stödda Språk | 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" ] } |