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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}