Vbukit Chromecast Browser Plugin
Chrome browser plugin for Vbukit Chromecast
O que é Vbukit Chromecast Browser Plugin?
Vbukit Chromecast Browser Plugin é uma extensão do Chrome desenvolvida por Creating Revolutions, e sua principal característica é "Chrome browser plugin for Vbukit Chromecast".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Vbukit Chromecast Browser Plugin
Baixe arquivos de extensão Vbukit Chromecast Browser Plugin 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
Vbukit Browser Plugin to use in conjunction with Vbukit Phone app and Chromecast. Allow your friends and family to easily and securely share their photos, videos, music, and websites on your TV.
Informações Básicas da Extensão
Nome | Vbukit Chromecast Browser Plugin |
ID | bcjkhhgcjlhfbkamaabehklnnnnneifi |
URL Oficial | https://chromewebstore.google.com/detail/vbukit-chromecast-browser/bcjkhhgcjlhfbkamaabehklnnnnneifi |
Descrição | Chrome browser plugin for Vbukit Chromecast |
Tamanho do Arquivo | 926 KB |
Contagem de Instalações | 5,246 |
Versão Atual | 1.0 |
Última Atualização | 2013-09-17 |
Data de Publicação | 2013-09-17 |
Classificação | 2.74/5 Total de 19 Avaliações |
Desenvolvedor | Creating Revolutions |
Tipo de Pagamento | free |
Site da Extensão | http://www.vbukit.com |
URL da Página de Ajuda | http://www.vbukit.com/help.html |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vbukit Chromecast Browser Plugin", "description": "Chrome browser plugin for Vbukit Chromecast", "version": "1.0", "background": { "scripts": [ "js\/jquery-1.10.2.min.js", "js\/background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Chrome browser plugin for Vbukit Chromecast", "default_icon": "images\/icon.png" }, "manifest_version": 2, "options_page": "html\/options.html" } |