Idle Code Redeemer

Reads codes from Discord and submits them to Idle Champions.

什麼是Idle Code Redeemer?

Idle Code Redeemer是由Xeio開發的Chrome擴展程式,該擴展的主要功能是“Reads codes from Discord and submits them to Idle Champions.”。

擴展截圖

screenshot

下載Idle Code Redeemer擴展crx文件

下載Idle Code Redeemer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        ]
    }
}