Custom Lichess Title
Get your custom Title on lichess.org
Apa itu Custom Lichess Title?
Custom Lichess Title adalah ekstensi Chrome yang dikembangkan oleh Sloth Bear Projects, dan fitur utamanya adalah "Get your custom Title on lichess.org".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Custom Lichess Title
Unduh file ekstensi Custom Lichess Title dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension allows you to set your custom title on Lichess.org NEW: you can set 3259 rating
Informasi Dasar Ekstensi
Nama | Custom Lichess Title |
ID | piongfpjlnfphiefcadjpgldlapeclah |
URL Resmi | https://chromewebstore.google.com/detail/custom-lichess-title/piongfpjlnfphiefcadjpgldlapeclah |
Deskripsi | Get your custom Title on lichess.org |
Ukuran File | 17.07 KB |
Jumlah Instalasi | 84 |
Versi Saat Ini | 2.2 |
Terakhir Diperbarui | 2024-02-17 |
Tanggal Publikasi | 2023-12-14 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | Sloth Bear Projects |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://t.me/the_sloth_bear |
Bahasa yang Didukung | 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" ] } |