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 là gì?
Remote Control ˣᵃ — Network remote ctl for TV là một tiện ích mở rộng Chrome được phát triển bởi X A, và tính năng chính của nó là "Remote control Grundig® or Arçelik® Smart-TV devices via LAN TCP/IP network.".
Ả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 Remote Control ˣᵃ — Network remote ctl for TV
Tải xuống các tệp mở rộng Remote Control ˣᵃ — Network remote ctl for TV 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Remote Control ˣᵃ — Network remote ctl for TV |
ID | hnpfjpjennophibhacnkcnfipembobee |
URL Chính Thức | https://chromewebstore.google.com/detail/remote-control-%CB%A3%E1%B5%83-%E2%80%94-netwo/hnpfjpjennophibhacnkcnfipembobee |
Mô tả | Remote control Grundig® or Arçelik® Smart-TV devices via LAN TCP/IP network. |
Kích Thước Tệp | 52.2 KB |
Số Lần Cài Đặt | 243 |
Phiên Bản Hiện Tại | 2.1.2022.201 |
Cập Nhật Lần Cuối | 2022-07-21 |
Ngày Phát Hành | 2020-06-06 |
Nhà Phát Triển | X A |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://xaxa.vivaldi.net/2020/05/05/xaremotecontrol-network-remote-control/ |
URL Trang Chính Sách Bảo Mật | https://xaxa.vivaldi.net/webext-info |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |