lichess-drow

Adds the BlitzIn for ICC "draw" sound to lichess.org

Apa itu lichess-drow?

lichess-drow adalah ekstensi Chrome yang dikembangkan oleh Vincent Simard, dan fitur utamanya adalah "Adds the BlitzIn for ICC "draw" sound to lichess.org".

Unduh Berkas CRX Ekstensi lichess-drow

Unduh file ekstensi lichess-drow 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

                                            

Informasi Dasar Ekstensi

Nama lichess-drow lichess-drow
ID kgljljppljobmdankjemkdaacnhpobpl
URL Resmi https://chromewebstore.google.com/detail/lichess-drow/kgljljppljobmdankjemkdaacnhpobpl
Deskripsi Adds the BlitzIn for ICC "draw" sound to lichess.org
Ukuran File 9.42 KB
Jumlah Instalasi 30
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2017-04-02
Tanggal Publikasi 2017-04-02
Pengembang Vincent Simard
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "lichess-drow",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Adds the BlitzIn for ICC \"draw\" sound to lichess.org",
    "icons": [],
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.lichess.org\/*",
                "https:\/\/*.lichess.org\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/lichess-drow.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "ogg\/*"
    ],
    "permissions": [
        "storage"
    ]
}