Samuse Live

Grâce à cette extension, soyez au courant quand Samuse est en Live et rejoignez la directement !

Samuse Live là gì?

Samuse Live là một tiện ích mở rộng Chrome được phát triển bởi Kyeanu, và tính năng chính của nó là "Grâce à cette extension, soyez au courant quand Samuse est en Live et rejoignez la directement !".

Ả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 Samuse Live

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

                        Grâce à cette extension, soyez au courant quand Samuse est en Live et rejoignez la directement !
ENG : with this extension, be informed when Samuse is Live and join directly!

Fonctionnalités : 
- notifications des lives et rediffusions
- accès rapide au live twitch et aux réseaux sociaux
- icone d'extension indiquant le status (jaune = en live orange = rediffusion gris = hors ligne)
- préviualisation du stream                    

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

Tên Samuse Live Samuse Live
ID moincjcjbodmadfmenljmoeffcpenenj
URL Chính Thức https://chromewebstore.google.com/detail/samuse-live/moincjcjbodmadfmenljmoeffcpenenj
Mô tả Grâce à cette extension, soyez au courant quand Samuse est en Live et rejoignez la directement !
Kích Thước Tệp 3.36 MB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 3
Cập Nhật Lần Cuối 2021-07-26
Ngày Phát Hành 2020-04-30
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Kyeanu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://netick.io/privacy.html
URL Trang Trợ Giúp https://netick.io/privacy.html
URL Trang Chính Sách Bảo Mật https://netick.io/privacy.html
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Samuse Live",
    "description": "Gr\u00e2ce \u00e0 cette extension, soyez au courant quand Samuse est en Live et rejoignez la directement !",
    "version": "3",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "64": "img\/icon_on2.png"
    },
    "background": {
        "scripts": [
            ".\/js\/jquery.js",
            ".\/js\/background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "permissions": [
        "notifications"
    ]
}