Idle Code Redeemer

Reads codes from Discord and submits them to Idle Champions.

Idle Code Redeemer là gì?

Idle Code Redeemer là một tiện ích mở rộng Chrome được phát triển bởi Xeio, và tính năng chính của nó là "Reads codes from Discord and submits them to Idle Champions.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Idle Code Redeemer

Tải xuống các tệp mở rộng Idle Code Redeemer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Idle Code Redeemer Idle Code Redeemer
ID cblhleinomjkhhekobghobnofjbnpgag
URL Chính Thức https://chromewebstore.google.com/detail/idle-code-redeemer/cblhleinomjkhhekobghobnofjbnpgag
Mô tả Reads codes from Discord and submits them to Idle Champions.
Kích Thước Tệp 80.44 KB
Số Lần Cài Đặt 7,825
Phiên Bản Hiện Tại 1.9.1
Cập Nhật Lần Cuối 2023-10-25
Ngày Phát Hành 2021-07-29
Đánh Giá 4.89/5 Tổng số 35 Đánh Giá
Nhà Phát Triển Xeio
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Xeio/IdleCodeRedeemer
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}