Video remote
remotely controlled playing of video, Use your cell phone as a remote control!
什么是Video remote?
Video remote是由http://vmtech.into.hu开发的Chrome扩展程序,该扩展的主要功能是“remotely controlled playing of video, Use your cell phone as a remote control!”。
扩展截图
下载Video remote扩展crx文件
下载Video remote扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Controlled video playback. Simply scan the QR code with your mobile! Compatible with most phone-type.
扩展基本信息
名称 | |
ID | ibpfndfnfoppkngodblpdnjgimoccekg |
官方URL | https://chrome.google.com/webstore/detail/video-remote/ibpfndfnfoppkngodblpdnjgimoccekg |
简介 | remotely controlled playing of video, Use your cell phone as a remote control! |
文件大小 | 28.81 KB |
安装次数 | 102 |
当前版本 | 3.3.1 |
更新时间 | 2016-03-08 |
上架时间 | 2016-03-08 |
评分 | 2.83/5 共6次评分 |
开发者 | http://vmtech.into.hu |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://vmtech.into.hu/projekt/videoremote/ |
隐私政策页面URL | https://into.hu/adatvedelem |
支持的语言 | 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" } |