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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } } |