Idle Code Redeemer

Reads codes from Discord and submits them to Idle Champions.

Vad är Idle Code Redeemer?

Idle Code Redeemer är en Chrome-tillägg utvecklad av Xeio, och dess huvudfunktion är "Reads codes from Discord and submits them to Idle Champions.".

Tilläggsskärmbilder

screenshot

Ladda ner Idle Code Redeemer-förlängningens CRX-fil

Ladda ner Idle Code Redeemer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Idle Code Redeemer Idle Code Redeemer
ID cblhleinomjkhhekobghobnofjbnpgag
Officiell webbadress https://chromewebstore.google.com/detail/idle-code-redeemer/cblhleinomjkhhekobghobnofjbnpgag
Beskrivning Reads codes from Discord and submits them to Idle Champions.
Filstorlek 80.44 KB
Antal Installationer 7,825
Aktuell Version 1.9.1
Senast Uppdaterad 2023-10-25
Publiceringsdatum 2021-07-29
Betyg 4.89/5 Totalt 35 Betyg
Utvecklare Xeio
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/Xeio/IdleCodeRedeemer
Stödda Språk 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"
        ]
    }
}