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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย X A และคุณลักษณะหลักของมันคือ "Remote control Grundig® or Arçelik® Smart-TV devices via LAN TCP/IP network."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remote Control ˣᵃ — Network remote ctl for TV
ดาวน์โหลดไฟล์ส่วนขยาย Remote Control ˣᵃ — Network remote ctl for TV ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |