Video remote
remotely controlled playing of video, Use your cell phone as a remote control!
Video remoteคืออะไร?
Video remote เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://vmtech.into.hu และคุณลักษณะหลักของมันคือ "remotely controlled playing of video, Use your cell phone as a remote control!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video remote
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |