Télécommande SFR Décodeur Plus

Permet de commander un SFR Décodeur Plus depuis Chrome

Télécommande SFR Décodeur Plus là gì?

Télécommande SFR Décodeur Plus là một tiện ích mở rộng Chrome được phát triển bởi ixepho, và tính năng chính của nó là "Permet de commander un SFR Décodeur Plus depuis Chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Télécommande SFR Décodeur Plus

Tải xuống các tệp mở rộng Télécommande SFR Décodeur Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Cette extension Chrome permet de contrôler la box SFR/Red Décodeur Plus (STB7) via une télécommande virtuelle.

L'utilisation du clavier est également possible quand la télécommande est affichée.

L'autodétection de l'adresse IP du décodeur n'est possible que sur les OS qui l'implémente nativement (MacOS X) ou via un service complémentaire (Windows avec le service Apple Bonjour disponible sur https://support.apple.com/kb/DL999). Sur les systèmes ne supportant pas mDNS une configuration manuelle de l'IP est nécessaire dans les options de la télécommande.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Télécommande SFR Décodeur Plus Télécommande SFR Décodeur Plus
ID ioopfmbbhnhmojlejphdamlfimpfgdia
URL Chính Thức https://chromewebstore.google.com/detail/t%C3%A9l%C3%A9commande-sfr-d%C3%A9codeur/ioopfmbbhnhmojlejphdamlfimpfgdia
Mô tả Permet de commander un SFR Décodeur Plus depuis Chrome
Kích Thước Tệp 57.09 KB
Số Lần Cài Đặt 150
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2018-09-09
Ngày Phát Hành 2018-09-09
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ixepho
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "T\u00e9l\u00e9commande SFR D\u00e9codeur Plus",
    "description": "Permet de commander un SFR D\u00e9codeur Plus depuis Chrome",
    "homepage_url": "http:\/\/github.com\/xfournet\/sdp-remote-control",
    "version": "1.2",
    "icons": {
        "16": "res\/icon_16.png",
        "24": "res\/icon_24.png",
        "32": "res\/icon_32.png",
        "48": "res\/icon_48.png",
        "128": "res\/icon_128.png"
    },
    "background": {
        "scripts": [
            "remote.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}