Idle Code Redeemer

Reads codes from Discord and submits them to Idle Champions.

Cos'è Idle Code Redeemer?

Idle Code Redeemer è un'estensione di Chrome sviluppata da Xeio, e la sua funzione principale è "Reads codes from Discord and submits them to Idle Champions.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Idle Code Redeemer

Scarica i file di estensione Idle Code Redeemer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Idle Code Redeemer Idle Code Redeemer
ID cblhleinomjkhhekobghobnofjbnpgag
URL Ufficiale https://chromewebstore.google.com/detail/idle-code-redeemer/cblhleinomjkhhekobghobnofjbnpgag
Descrizione Reads codes from Discord and submits them to Idle Champions.
Dimensione del File 80.44 KB
Conteggio Installazioni 7,825
Versione Corrente 1.9.1
Ultimo Aggiornamento 2023-10-25
Data di Pubblicazione 2021-07-29
Valutazione 4.89/5 Totale 35 Valutazioni
Sviluppatore Xeio
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Xeio/IdleCodeRedeemer
Lingue Supportate 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"
        ]
    }
}