RossEnCube

Notifie quand la vedette arrive en live

RossEnCube là gì?

RossEnCube là một tiện ích mở rộng Chrome được phát triển bởi Bilou, và tính năng chính của nó là "Notifie quand la vedette arrive en live".

Ả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 RossEnCube

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

                        Quand la vedette est en live sur twitch, vous pouvez voir ses bourses dorées.
Si le stream est offline, fumez un cigare en l'attendant !

En cas de problème : Twitter --> @_Bilou

v1.2.4 : Remplacement de Facebook par Instagram et ajout de l'icône pour Trackmania 2020 
v1.2.3 : Ajout d'icône DCS et du lien Discord 
v1.2.2 : Fix text incorrecte
v1.2.1 : Fix icône de notification et badge extension
v1.2.0 : Modification de l'API Twitch 
v1.1.1-1.1.2   : Ajout d'icônes (DayZ/TrackMania) - Fix erreur chargement icône DayZ
v1.1.0   : Ajout d'une interface pour gérer les notifications et accès au réseaux sociaux.
v1.0.14 : Fix texte notifications
v1.0.13 : Ajout d'une notification en fin de Stream
v1.0.12 : Ajout de l'icône pour Sea Of Thieves
v1.0.11 : Ajout de la prise en charge du changement de jeu pendant une session.                    

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

Tên RossEnCube RossEnCube
ID phoeoogfhdfjppnhagpmiekbafhbegdg
URL Chính Thức https://chromewebstore.google.com/detail/rossencube/phoeoogfhdfjppnhagpmiekbafhbegdg
Mô tả Notifie quand la vedette arrive en live
Kích Thước Tệp 438 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.2.4
Cập Nhật Lần Cuối 2020-07-02
Ngày Phát Hành 2020-07-02
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Bilou
Email [email protected]
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,
    "author": "Bilou",
    "name": "RossEnCube",
    "description": "Notifie quand la vedette arrive en live",
    "version": "1.2.4",
    "browser_action": {
        "default_icon": "img\/ross.png",
        "default_popup": "popup.html",
        "default_title": "Click pour rejoindre le Stream de la vedette !"
    },
    "icons": {
        "128": "img\/ross128.png",
        "48": "img\/ross48.png",
        "32": "img\/ross32.png",
        "16": "img\/ross16.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "notifications",
        "storage"
    ]
}