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.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου 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 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"
    ]
}