Lichess Time Bar

Changes the time bar.

Apa itu Lichess Time Bar?

Lichess Time Bar adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Changes the time bar.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Lichess Time Bar

Unduh file ekstensi Lichess Time Bar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Lichess Time Bar Lichess Time Bar
ID dinnoanclllebipcjekhopicbaoeglbc
URL Resmi https://chromewebstore.google.com/detail/lichess-time-bar/dinnoanclllebipcjekhopicbaoeglbc
Deskripsi Changes the time bar.
Ukuran File 69.8 KB
Jumlah Instalasi 168
Versi Saat Ini 3.5
Terakhir Diperbarui 2018-05-17
Tanggal Publikasi 2018-05-17
Penilaian 3.14/5 Total 7 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}