Remote Control ˣᵃ — Network remote ctl for TV
Remote control Grundig® or Arçelik® Smart-TV devices via LAN TCP/IP network.
Remote Control ˣᵃ — Network remote ctl for TV क्या है?
Remote Control ˣᵃ — Network remote ctl for TV X A द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remote control Grundig® or Arçelik® Smart-TV devices via LAN TCP/IP network."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Remote Control ˣᵃ — Network remote ctl for TV एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Remote control Grundig® or Arçelik® Smart-TV devices via LAN TCP/IP network. With this extension you have a virtual remote control for your Smart-TV always ready and just a click of the mouse away.
एक्सटेंशन की मूल जानकारी
नाम | Remote Control ˣᵃ — Network remote ctl for TV |
ID | hnpfjpjennophibhacnkcnfipembobee |
आधिकारिक URL | https://chromewebstore.google.com/detail/remote-control-%CB%A3%E1%B5%83-%E2%80%94-netwo/hnpfjpjennophibhacnkcnfipembobee |
विवरण | Remote control Grundig® or Arçelik® Smart-TV devices via LAN TCP/IP network. |
फ़ाइल का आकार | 52.2 KB |
स्थापना संख्या | 243 |
वर्तमान संस्करण | 2.1.2022.201 |
अंतिम अपडेट | 2022-07-21 |
प्रकाशन तिथि | 2020-06-06 |
डेवलपर | X A |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://xaxa.vivaldi.net/2020/05/05/xaremotecontrol-network-remote-control/ |
गोपनीयता नीति पृष्ठ URL | https://xaxa.vivaldi.net/webext-info |
समर्थित भाषाएँ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "2.1.2022.201", "author": "XA", "description": "__MSG_extDescr__", "homepage_url": "https:\/\/xaxa.vivaldi.net\/2020\/05\/05\/xaremotecontrol-network-remote-control\/", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "icons\/icon-128x128.png", "16": "icons\/icon-16x16.png", "19": "icons\/icon-19x19.png", "32": "icons\/icon-32x32.png", "48": "icons\/icon-48x48.png", "64": "icons\/icon-64x64.png" }, "default_popup": "popup.html" }, "default_locale": "en", "icons": { "128": "icons\/icon-128x128.png", "16": "icons\/icon-16x16.png", "19": "icons\/icon-19x19.png", "32": "icons\/icon-32x32.png", "48": "icons\/icon-48x48.png", "64": "icons\/icon-64x64.png" }, "offline_enabled": true, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage" ] } |