Idle Code Redeemer

Reads codes from Discord and submits them to Idle Champions.

Idle Code Redeemer क्या है?

Idle Code Redeemer Xeio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reads codes from Discord and submits them to Idle Champions."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Idle Code Redeemer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        ]
    }
}