Video remote
remotely controlled playing of video, Use your cell phone as a remote control!
What is Video remote?
Video remote is a Chrome extension developed by http://vmtech.into.hu, and its main feature is "remotely controlled playing of video, Use your cell phone as a remote control!".
Extension Screenshots
Download Video remote Extension CRX File
Download Video remote extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Controlled video playback. Simply scan the QR code with your mobile! Compatible with most phone-type.
Extension Basic Information
Name | |
ID | ibpfndfnfoppkngodblpdnjgimoccekg |
Official URL | https://chrome.google.com/webstore/detail/video-remote/ibpfndfnfoppkngodblpdnjgimoccekg |
Description | remotely controlled playing of video, Use your cell phone as a remote control! |
File Size | 28.81 KB |
Installation Count | 102 |
Current Version | 3.3.1 |
Last Updated | 2016-03-08 |
Publish Date | 2016-03-08 |
Rating | 2.83/5 Total 6 Ratings |
Developer | http://vmtech.into.hu |
[email protected] | |
Payment Type | free |
Extension Website | http://vmtech.into.hu/projekt/videoremote/ |
Privacy Policy Page URL | https://into.hu/adatvedelem |
Supported Languages | 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" } |