Vbukit Chromecast Browser Plugin
Chrome browser plugin for Vbukit Chromecast
Cos'è Vbukit Chromecast Browser Plugin?
Vbukit Chromecast Browser Plugin è un'estensione di Chrome sviluppata da Creating Revolutions, e la sua funzione principale è "Chrome browser plugin for Vbukit Chromecast".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Vbukit Chromecast Browser Plugin
Scarica i file di estensione Vbukit Chromecast Browser Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Vbukit Chromecast Browser Plugin |
ID | bcjkhhgcjlhfbkamaabehklnnnnneifi |
URL Ufficiale | https://chromewebstore.google.com/detail/vbukit-chromecast-browser/bcjkhhgcjlhfbkamaabehklnnnnneifi |
Descrizione | Chrome browser plugin for Vbukit Chromecast |
Dimensione del File | 926 KB |
Conteggio Installazioni | 5,246 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2013-09-17 |
Data di Pubblicazione | 2013-09-17 |
Valutazione | 2.74/5 Totale 19 Valutazioni |
Sviluppatore | Creating Revolutions |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.vbukit.com |
URL della Pagina di Aiuto | http://www.vbukit.com/help.html |
Lingue Supportate | 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" } |