Video remote
remotely controlled playing of video, Use your cell phone as a remote control!
Apa itu Video remote?
Video remote adalah ekstensi Chrome yang dikembangkan oleh http://vmtech.into.hu, dan fitur utamanya adalah "remotely controlled playing of video, Use your cell phone as a remote control!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Video remote
Unduh file ekstensi Video remote dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Controlled video playback. Simply scan the QR code with your mobile! Compatible with most phone-type.
Informasi Dasar Ekstensi
Nama | |
ID | ibpfndfnfoppkngodblpdnjgimoccekg |
URL Resmi | https://chrome.google.com/webstore/detail/video-remote/ibpfndfnfoppkngodblpdnjgimoccekg |
Deskripsi | remotely controlled playing of video, Use your cell phone as a remote control! |
Ukuran File | 28.81 KB |
Jumlah Instalasi | 102 |
Versi Saat Ini | 3.3.1 |
Terakhir Diperbarui | 2016-03-08 |
Tanggal Publikasi | 2016-03-08 |
Penilaian | 2.83/5 Total 6 Penilaian |
Pengembang | http://vmtech.into.hu |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://vmtech.into.hu/projekt/videoremote/ |
URL Halaman Kebijakan Privasi | https://into.hu/adatvedelem |
Bahasa yang Didukung | 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" } |