Idle Code Redeemer

Reads codes from Discord and submits them to Idle Champions.

Idle Code Redeemerคืออะไร?

Idle Code Redeemer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Xeio และคุณลักษณะหลักของมันคือ "Reads codes from Discord and submits them to Idle Champions."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Idle Code Redeemer

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        ]
    }
}