Video remote
remotely controlled playing of video, Use your cell phone as a remote control!
Video remote क्या है?
Video remote http://vmtech.into.hu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "remotely controlled playing of video, Use your cell phone as a remote control!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Video remote एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |