Idle Code Redeemer

Reads codes from Discord and submits them to Idle Champions.

O que é Idle Code Redeemer?

Idle Code Redeemer é uma extensão do Chrome desenvolvida por Xeio, e sua principal característica é "Reads codes from Discord and submits them to Idle Champions.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Idle Code Redeemer

Baixe arquivos de extensão Idle Code Redeemer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Idle Code Redeemer Idle Code Redeemer
ID cblhleinomjkhhekobghobnofjbnpgag
URL Oficial https://chromewebstore.google.com/detail/idle-code-redeemer/cblhleinomjkhhekobghobnofjbnpgag
Descrição Reads codes from Discord and submits them to Idle Champions.
Tamanho do Arquivo 80.44 KB
Contagem de Instalações 7,825
Versão Atual 1.9.1
Última Atualização 2023-10-25
Data de Publicação 2021-07-29
Classificação 4.89/5 Total de 35 Avaliações
Desenvolvedor Xeio
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Xeio/IdleCodeRedeemer
Idiomas Suportados 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"
        ]
    }
}