Video remote
remotely controlled playing of video, Use your cell phone as a remote control!
Video remote là gì?
Video remote là một tiện ích mở rộng Chrome được phát triển bởi http://vmtech.into.hu, và tính năng chính của nó là "remotely controlled playing of video, Use your cell phone as a remote control!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Video remote
Tải xuống các tệp mở rộng Video remote dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Controlled video playback. Simply scan the QR code with your mobile! Compatible with most phone-type.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ibpfndfnfoppkngodblpdnjgimoccekg |
URL Chính Thức | https://chrome.google.com/webstore/detail/video-remote/ibpfndfnfoppkngodblpdnjgimoccekg |
Mô tả | remotely controlled playing of video, Use your cell phone as a remote control! |
Kích Thước Tệp | 28.81 KB |
Số Lần Cài Đặt | 102 |
Phiên Bản Hiện Tại | 3.3.1 |
Cập Nhật Lần Cuối | 2016-03-08 |
Ngày Phát Hành | 2016-03-08 |
Đánh Giá | 2.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | http://vmtech.into.hu |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://vmtech.into.hu/projekt/videoremote/ |
URL Trang Chính Sách Bảo Mật | https://into.hu/adatvedelem |
Ngôn Ngữ Được Hỗ Trợ | 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" } |