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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        ]
    }
}