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によって開発されたChromeの拡張機能で、その主な機能は「Remote control Grundig® or Arçelik® Smart-TV devices via LAN TCP/IP network.」です。
拡張機能のスクリーンショット
Remote Control ˣᵃ — Network remote ctl for TV拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |