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.”。

扩展截图

screenshot
screenshot

下载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 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"
    ]
}