viD
Improves video and audio streaming like you have never seen before..
O que é viD?
viD é uma extensão do Chrome desenvolvida por Shtanz, e sua principal característica é "Improves video and audio streaming like you have never seen before..".
Baixar o arquivo CRX da Extensão viD
Baixe arquivos de extensão viD no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | mmppljeedlfgkaaofjjhldnijmcligpm |
URL Oficial | https://chrome.google.com/webstore/detail/vid/mmppljeedlfgkaaofjjhldnijmcligpm |
Descrição | Improves video and audio streaming like you have never seen before.. |
Tamanho do Arquivo | 63.44 KB |
Contagem de Instalações | 39 |
Versão Atual | 2.1 |
Última Atualização | 2012-12-06 |
Data de Publicação | 2012-12-06 |
Desenvolvedor | Shtanz |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |