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