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
Eメール [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"
    }
}