DimsGameR

Sois toujours informé quand Dims lance un live!

DimsGameR란 무엇입니까?

DimsGameR은(는) Yubo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sois toujours informé quand Dims lance un live!"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Sois toujours informé quand Dims lance un live!                    

확장 프로그램 기본 정보

이름 DimsGameR DimsGameR
ID pneafpjalpploleoehjeghclplkdidmb
공식 URL https://chromewebstore.google.com/detail/dimsgamer/pneafpjalpploleoehjeghclplkdidmb
설명 Sois toujours informé quand Dims lance un live!
파일 크기 13.28 KB
설치 횟수 14
현재 버전 0.2.1
최근 업데이트 2017-04-26
출시 날짜 2017-04-26
평점 4.67/5 총 3 개의 평점
개발자 Yubo
결제 유형 free
확장 프로그램 웹 사이트 https://twitch.tv/dimsgamer
도움말 페이지 URL http://discord.gg/dimsgamer
지원되는 언어 fr
manifest.json
{
    "background": {
        "persistant": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/main-css.css"
            ],
            "js": [
                "js\/main.js"
            ],
            "matches": [
                "*:\/\/www.twitch.tv\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "css": [
                "css\/twitch-chat.css"
            ],
            "matches": [
                "*:\/\/www.twitch.tv\/*\/chat?popout"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/*.twitch.tv\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.1",
    "manifest_version": 2,
    "name": "DimsGameR"
}