Amoguschess
Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for…
什麼是Amoguschess?
Amoguschess是由Ashvin Ranjan開發的Chrome擴展程式,該擴展的主要功能是“Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for…”。
擴展截圖
下載Amoguschess擴展crx文件
下載Amoguschess擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for you, it changed all of the pieces on chess.com and lichess into the among us versions, helping you find the imposter and eject their elo ratings. This also now changes all instances of "Analysis" into the correct term, "Analysus"
擴展基本資訊
名稱 | Amoguschess |
ID | icbkphfgcopfbljpjibiifagjindcldo |
官方網址 | https://chromewebstore.google.com/detail/amoguschess/icbkphfgcopfbljpjibiifagjindcldo |
簡介 | Are you tired of having to play the Sicilian Defence instead of the Susilian Defence? Well, then this is the perfect extension for… |
檔案大小 | 379 KB |
安裝次數 | 1,954 |
目前版本 | 1.0.2 |
更新時間 | 2023-01-25 |
上架時間 | 2021-04-22 |
評分 | 4.89/5 共 18 次評分 |
開發者 | Ashvin Ranjan |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amoguschess", "version": "1.0.2", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/lichess.org\/*" ], "js": [ "lichess.js" ] }, { "matches": [ "https:\/\/www.chess.com\/*" ], "js": [ "chess.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |