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 - это расширение Chrome, разработанное Ashvin Ranjan, и его основная функция - "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

Скачать файл CRX расширения Amoguschess

Скачайте файлы расширений 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"
    }
}