Lichess Time Bar

Changes the time bar.

Lichess Time Bar란 무엇입니까?

Lichess Time Bar은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Changes the time bar."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Lichess Time Bar 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        changes the timebar look and adds sound for countdown for below 10 seconds. and shows small fireworks when you check !
hope you like it, made by Guven Sezgin Kurt                    

확장 프로그램 기본 정보

이름 Lichess Time Bar Lichess Time Bar
ID dinnoanclllebipcjekhopicbaoeglbc
공식 URL https://chromewebstore.google.com/detail/lichess-time-bar/dinnoanclllebipcjekhopicbaoeglbc
설명 Changes the time bar.
파일 크기 69.8 KB
설치 횟수 168
현재 버전 3.5
최근 업데이트 2018-05-17
출시 날짜 2018-05-17
평점 3.14/5 총 7 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lichess Time Bar",
    "version": "3.5",
    "description": "Changes the time bar.",
    "background": {
        "persistent": false,
        "scripts": [
            "content.js",
            "jquery.min.js"
        ]
    },
    "permissions": [
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Gvn",
        "default_icon": "clock.png",
        "default_popup": "clock.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}