RossEnCube

Notifie quand la vedette arrive en live

RossEnCubeคืออะไร?

RossEnCube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bilou และคุณลักษณะหลักของมันคือ "Notifie quand la vedette arrive en live"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RossEnCube

ดาวน์โหลดไฟล์ส่วนขยาย RossEnCube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RossEnCube RossEnCube
ID phoeoogfhdfjppnhagpmiekbafhbegdg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rossencube/phoeoogfhdfjppnhagpmiekbafhbegdg
คำอธิบาย Notifie quand la vedette arrive en live
ขนาดไฟล์ 438 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 1.2.4
อัปเดตครั้งล่าสุด 2020-07-02
วันที่เผยแพร่ 2020-07-02
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Bilou
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}