Custom Lichess Title
Get your custom Title on lichess.org
What is Custom Lichess Title?
Custom Lichess Title is a Chrome extension developed by Sloth Bear Projects, and its main feature is "Get your custom Title on lichess.org".
Extension Screenshots
Download Custom Lichess Title Extension CRX File
Download Custom Lichess Title extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows you to set your custom title on Lichess.org NEW: you can set 3259 rating
Extension Basic Information
Name | Custom Lichess Title |
ID | piongfpjlnfphiefcadjpgldlapeclah |
Official URL | https://chromewebstore.google.com/detail/custom-lichess-title/piongfpjlnfphiefcadjpgldlapeclah |
Description | Get your custom Title on lichess.org |
File Size | 17.07 KB |
Installation Count | 84 |
Current Version | 2.2 |
Last Updated | 2024-02-17 |
Publish Date | 2023-12-14 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Sloth Bear Projects |
[email protected] | |
Payment Type | free |
Help Page URL | https://t.me/the_sloth_bear |
Supported Languages | 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" ] } |