Idle Code Redeemer

Reads codes from Discord and submits them to Idle Champions.

Что такое Idle Code Redeemer?

Idle Code Redeemer - это расширение Chrome, разработанное Xeio, и его основная функция - "Reads codes from Discord and submits them to Idle Champions.".

Снимки экрана расширения

screenshot

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

Скачайте файлы расширений Idle Code Redeemer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Automated Idle Champions code scanner and redemption extension for Chrome/Edge.

Just click the extension icon in the browser toolbar, enter your user ID/Hash on the settings tab, and click the Detect button. The browser will find any new codes posted to the #combinations channel and upload them automatically.

Note you will need to be logged into Discord from your browser with an account on the Idle Champions Discord for this extension to function.                    

Основная информация о расширении

Название Idle Code Redeemer Idle Code Redeemer
ID cblhleinomjkhhekobghobnofjbnpgag
Официальный URL https://chromewebstore.google.com/detail/idle-code-redeemer/cblhleinomjkhhekobghobnofjbnpgag
Описание Reads codes from Discord and submits them to Idle Champions.
Размер файла 80.44 KB
Количество установок 7,825
Текущая Версия 1.9.1
Последнее Обновление 2023-10-25
Дата публикации 2021-07-29
Рейтинг 4.89/5 Всего 35 оценок
Разработчик Xeio
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/Xeio/IdleCodeRedeemer
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Idle Code Redeemer",
    "version": "1.9.1",
    "manifest_version": 3,
    "description": "Reads codes from Discord and submits them to Idle Champions.",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/discord.com\/channels\/357247482247380994\/358044869685673985"
            ],
            "all_frames": true,
            "js": [
                "dst\/inject.js"
            ]
        }
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_icon": {
            "32": "media\/icon.png"
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/discord.com\/channels\/357247482247380994\/358044869685673985"
        ]
    }
}