Idle Code Redeemer

Reads codes from Discord and submits them to Idle Champions.

Co to jest Idle Code Redeemer?

Idle Code Redeemer to rozszerzenie Chrome opracowane przez Xeio, a jego główną funkcją jest „Reads codes from Discord and submits them to Idle Champions.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Idle Code Redeemer

Pobierz pliki rozszerzeń Idle Code Redeemer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Idle Code Redeemer Idle Code Redeemer
ID cblhleinomjkhhekobghobnofjbnpgag
Oficjalny URL https://chromewebstore.google.com/detail/idle-code-redeemer/cblhleinomjkhhekobghobnofjbnpgag
Opis Reads codes from Discord and submits them to Idle Champions.
Rozmiar pliku 80.44 KB
Liczba instalacji 7,825
Aktualna Wersja 1.9.1
Ostatnia Aktualizacja 2023-10-25
Data Publikacji 2021-07-29
Ocena 4.89/5 Łącznie 35 Oceny
Deweloper Xeio
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/Xeio/IdleCodeRedeemer
Obsługiwane Języki 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"
        ]
    }
}