SanjiLive

SanjiLive est une extension qui notifie l'utilisateur si Sanji est en stream sur Twitch.

SanjiLive là gì?

SanjiLive là một tiện ích mở rộng Chrome được phát triển bởi Sanji29, và tính năng chính của nó là "SanjiLive est une extension qui notifie l'utilisateur si Sanji est en stream sur Twitch.".

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

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

                        SanjiLive est une extension qui vous préviens quand Sanji est en live.                    

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

Tên SanjiLive SanjiLive
ID lnngafjpekmmmkfnjpiaafakibofegli
URL Chính Thức https://chromewebstore.google.com/detail/sanjilive/lnngafjpekmmmkfnjpiaafakibofegli
Mô tả SanjiLive est une extension qui notifie l'utilisateur si Sanji est en stream sur Twitch.
Kích Thước Tệp 50.37 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2017-07-01
Ngày Phát Hành 2017-07-01
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Sanji29
Loại Thanh Toán free
Trang Web Mở Rộng https://twitch.tv/sanji29
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SanjiLive",
    "description": "SanjiLive est une extension qui notifie l'utilisateur si Sanji est en stream sur Twitch.",
    "version": "0.0.3",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/Trepb.png",
        "128": "icons\/Trepa.png"
    },
    "permissions": [
        "notifications",
        "https:\/\/api.twitch.tv\/"
    ],
    "browser_action": {
        "default_title": "SanjiLive",
        "default_icon": {
            "48": "icons\/Trepb.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}