Video remote
remotely controlled playing of video, Use your cell phone as a remote control!
Vad är Video remote?
Video remote är en Chrome-tillägg utvecklad av http://vmtech.into.hu, och dess huvudfunktion är "remotely controlled playing of video, Use your cell phone as a remote control!".
Tilläggsskärmbilder
Ladda ner Video remote-förlängningens CRX-fil
Ladda ner Video remote-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Controlled video playback. Simply scan the QR code with your mobile! Compatible with most phone-type.
Grundläggande Information om Tillägg
Namn | |
ID | ibpfndfnfoppkngodblpdnjgimoccekg |
Officiell webbadress | https://chrome.google.com/webstore/detail/video-remote/ibpfndfnfoppkngodblpdnjgimoccekg |
Beskrivning | remotely controlled playing of video, Use your cell phone as a remote control! |
Filstorlek | 28.81 KB |
Antal Installationer | 102 |
Aktuell Version | 3.3.1 |
Senast Uppdaterad | 2016-03-08 |
Publiceringsdatum | 2016-03-08 |
Betyg | 2.83/5 Totalt 6 Betyg |
Utvecklare | http://vmtech.into.hu |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://vmtech.into.hu/projekt/videoremote/ |
URL till Sekretesspolicy Sidan | https://into.hu/adatvedelem |
Stödda Språk | 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" } |