lichess-drow

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

Wat is lichess-drow?

lichess-drow is een Chrome-extensie ontwikkeld door Vincent Simard, en de belangrijkste functie is "Adds the BlitzIn for ICC "draw" sound to lichess.org".

Download het CRX-bestand van de extensie lichess-drow

Download lichess-drow-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam lichess-drow lichess-drow
ID kgljljppljobmdankjemkdaacnhpobpl
Officiële URL https://chromewebstore.google.com/detail/lichess-drow/kgljljppljobmdankjemkdaacnhpobpl
Beschrijving Adds the BlitzIn for ICC "draw" sound to lichess.org
Bestandsgrootte 9.42 KB
Aantal Installaties 30
Huidige Versie 0.1.1
Laatst Bijgewerkt 2017-04-02
Publicatiedatum 2017-04-02
Ontwikkelaar Vincent Simard
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}