Custom Lichess Title

Get your custom Title on lichess.org

Cos'è Custom Lichess Title?

Custom Lichess Title è un'estensione di Chrome sviluppata da Sloth Bear Projects, e la sua funzione principale è "Get your custom Title on lichess.org".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Custom Lichess Title

Scarica i file di estensione Custom Lichess Title in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension allows you to set your custom title on Lichess.org

NEW: you can set 3259 rating                    

Informazioni di Base sull'Estensione

Nome Custom Lichess Title Custom Lichess Title
ID piongfpjlnfphiefcadjpgldlapeclah
URL Ufficiale https://chromewebstore.google.com/detail/custom-lichess-title/piongfpjlnfphiefcadjpgldlapeclah
Descrizione Get your custom Title on lichess.org
Dimensione del File 17.07 KB
Conteggio Installazioni 84
Versione Corrente 2.2
Ultimo Aggiornamento 2024-02-17
Data di Pubblicazione 2023-12-14
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Sloth Bear Projects
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://t.me/the_sloth_bear
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Custom Lichess Title",
    "description": "Get your custom Title on lichess.org",
    "version": "2.2",
    "host_permissions": [
        "*:\/\/lichess.org\/*"
    ],
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/lichess.org\/*"
            ]
        }
    ],
    "permissions": [
        "cookies"
    ]
}