Video remote
remotely controlled playing of video, Use your cell phone as a remote control!
Cos'è Video remote?
Video remote è un'estensione di Chrome sviluppata da http://vmtech.into.hu, e la sua funzione principale è "remotely controlled playing of video, Use your cell phone as a remote control!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Video remote
Scarica i file di estensione Video remote 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
Controlled video playback. Simply scan the QR code with your mobile! Compatible with most phone-type.
Informazioni di Base sull'Estensione
Nome | |
ID | ibpfndfnfoppkngodblpdnjgimoccekg |
URL Ufficiale | https://chrome.google.com/webstore/detail/video-remote/ibpfndfnfoppkngodblpdnjgimoccekg |
Descrizione | remotely controlled playing of video, Use your cell phone as a remote control! |
Dimensione del File | 28.81 KB |
Conteggio Installazioni | 102 |
Versione Corrente | 3.3.1 |
Ultimo Aggiornamento | 2016-03-08 |
Data di Pubblicazione | 2016-03-08 |
Valutazione | 2.83/5 Totale 6 Valutazioni |
Sviluppatore | http://vmtech.into.hu |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://vmtech.into.hu/projekt/videoremote/ |
URL della Pagina della Politica sulla Privacy | https://into.hu/adatvedelem |
Lingue Supportate | de,en,en-US,hu,ro,sr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "3.3.1", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/", "http:\/\/*\/*", "http:\/\/*\/*\/", "https:\/\/www.youtube.com\/", "https:\/\/www.youtube.com\/*", "https:\/\/vimeo.com\/*", "https:\/\/boxy2.com\/*" ], "all_frames": true, "js": [ "background2.js" ] } ], "web_accessible_resources": [ "background.js", "icon.png", "options.html" ], "permissions": [ "storage" ], "options_page": "options.html" } |