Custom Lichess Title
Get your custom Title on lichess.org
Vad är Custom Lichess Title?
Custom Lichess Title är en Chrome-tillägg utvecklad av Sloth Bear Projects, och dess huvudfunktion är "Get your custom Title on lichess.org".
Tilläggsskärmbilder
Ladda ner Custom Lichess Title-förlängningens CRX-fil
Ladda ner Custom Lichess Title-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension allows you to set your custom title on Lichess.org
NEW: you can set 3259 rating Grundläggande Information om Tillägg
| Namn | |
| ID | piongfpjlnfphiefcadjpgldlapeclah |
| Officiell webbadress | https://chromewebstore.google.com/detail/custom-lichess-title/piongfpjlnfphiefcadjpgldlapeclah |
| Beskrivning | Get your custom Title on lichess.org |
| Filstorlek | 17.07 KB |
| Antal Installationer | 84 |
| Aktuell Version | 2.2 |
| Senast Uppdaterad | 2024-02-17 |
| Publiceringsdatum | 2023-12-14 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | Sloth Bear Projects |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | https://t.me/the_sloth_bear |
| Stödda Språk | 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"
]
} | |