Chap Live

Chap Live est une extension qui notifie l'utilisateur si Chap est en train de stream sur Twitch.

Chap Live là gì?

Chap Live là một tiện ích mở rộng Chrome được phát triển bởi https://kocal.fr, và tính năng chính của nó là "Chap Live est une extension qui notifie l'utilisateur si Chap est en train de stream sur Twitch.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chap Live

Tải xuống các tệp mở rộng Chap Live 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

                        Chap Live
========

Notifie l'utilisateur si le streamer Chap est actuellement en train de stream sur la plateforme Twitch.                    

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

Tên Chap Live Chap Live
ID iaejfilcnojdfdmpdcnplleophhfnbcn
URL Chính Thức https://chromewebstore.google.com/detail/chap-live/iaejfilcnojdfdmpdcnplleophhfnbcn
Mô tả Chap Live est une extension qui notifie l'utilisateur si Chap est en train de stream sur Twitch.
Kích Thước Tệp 47.48 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2018-05-10
Ngày Phát Hành 2018-05-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://kocal.fr
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Kocal/Chap-Live
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chap Live",
    "description": "Chap Live est une extension qui notifie l'utilisateur si Chap est en train de stream sur Twitch.",
    "version": "0.1.0",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "notifications",
        "https:\/\/api.twitch.tv\/"
    ],
    "browser_action": {
        "default_title": "Chap Live",
        "default_icon": {
            "48": "icons\/icon_48.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}