Custom Lichess Title
Get your custom Title on lichess.org
什麼是Custom Lichess Title?
Custom Lichess Title是由Sloth Bear Projects開發的Chrome擴展程式,該擴展的主要功能是“Get your custom Title on lichess.org”。
擴展截圖
下載Custom Lichess Title擴展crx文件
下載Custom Lichess Title擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows you to set your custom title on Lichess.org
NEW: you can set 3259 rating 擴展基本資訊
| 名稱 | |
| ID | piongfpjlnfphiefcadjpgldlapeclah |
| 官方網址 | https://chromewebstore.google.com/detail/custom-lichess-title/piongfpjlnfphiefcadjpgldlapeclah |
| 簡介 | Get your custom Title on lichess.org |
| 檔案大小 | 17.07 KB |
| 安裝次數 | 84 |
| 目前版本 | 2.2 |
| 更新時間 | 2024-02-17 |
| 上架時間 | 2023-12-14 |
| 評分 | 5.00/5 共 4 次評分 |
| 開發者 | Sloth Bear Projects |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 說明頁面URL | https://t.me/the_sloth_bear |
| 支援的語言 | 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"
]
} | |