Kameto Live

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

Kameto Live là gì?

Kameto 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à "Kameto Live est une extension qui notifie l'utilisateur si Kameto 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 Kameto Live

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

                        Notifie l'utilisateur si le streamer Kameto 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 Kameto Live Kameto Live
ID mpfbanlogiiedmdndkopbfjlbodlojfd
URL Chính Thức https://chromewebstore.google.com/detail/kameto-live/mpfbanlogiiedmdndkopbfjlbodlojfd
Mô tả Kameto Live est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch.
Kích Thước Tệp 34.19 KB
Số Lần Cài Đặt 1,265
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ố 10 Đá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/someone-is-streaming-web-extension-generator/tree/master/extensions/Kameto%20Live
URL Trang Trợ Giúp https://github.com/Kocal/someone-is-streaming-web-extension-generator/issues
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kameto Live",
    "description": "Kameto Live est une extension qui notifie l'utilisateur si Kameto 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": "Kameto Live",
        "default_icon": {
            "48": "icons\/icon_48.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}