Custom Lichess Title
Get your custom Title on lichess.org
Wat is Custom Lichess Title?
Custom Lichess Title is een Chrome-extensie ontwikkeld door Sloth Bear Projects, en de belangrijkste functie is "Get your custom Title on lichess.org".
Extensie Screenshots
Download het CRX-bestand van de extensie Custom Lichess Title
Download Custom Lichess Title-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
This extension allows you to set your custom title on Lichess.org NEW: you can set 3259 rating
Basisinformatie over de Extensie
Naam | Custom Lichess Title |
ID | piongfpjlnfphiefcadjpgldlapeclah |
Officiële URL | https://chromewebstore.google.com/detail/custom-lichess-title/piongfpjlnfphiefcadjpgldlapeclah |
Beschrijving | Get your custom Title on lichess.org |
Bestandsgrootte | 17.07 KB |
Aantal Installaties | 84 |
Huidige Versie | 2.2 |
Laatst Bijgewerkt | 2024-02-17 |
Publicatiedatum | 2023-12-14 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Sloth Bear Projects |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://t.me/the_sloth_bear |
Ondersteunde Talen | 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" ] } |