RossEnCube

Notifie quand la vedette arrive en live

RossEnCube란 무엇입니까?

RossEnCube은(는) Bilou에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Notifie quand la vedette arrive en live"입니다.

확장 프로그램 스크린샷

screenshot

RossEnCube 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}