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 |
Eメール | [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" } |