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…”。

扩展截图

screenshot
screenshot

下载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 Amoguschess
ID icbkphfgcopfbljpjibiifagjindcldo
官方URL 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"
    }
}