Crypto Raiders Companion
The crypto raiders extentions you always needed!
Crypto Raiders Companionとは何ですか?
Crypto Raiders Companionはcrypto.raider.companionによって開発されたChromeの拡張機能で、その主な機能は「The crypto raiders extentions you always needed!」です。
拡張機能のスクリーンショット
Crypto Raiders Companion拡張機能のCRXファイルをダウンロード
Crypto Raiders Companion拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The crypto raiders extension you always needed! Manage your raider's inventory with our reworked inventory Manage every Raider Quest from the CRCQuestTab Sell all your items from the CRCStuffTab Analyse Item drop statistics from the CRCStatisticsTab Source code available here: https://gitlab.com/crypto-raider-tools/chrome-ext Any issue? Click the discord link in the extension or send a mail at incoming+crypto-raider-tools-chrome-ext-31884860-issue-@incoming.gitlab.com
拡張機能の基本情報
名前 | Crypto Raiders Companion |
ID | eamlgoifaclghociemekfnlanokhpleb |
公式URL | https://chromewebstore.google.com/detail/crypto-raiders-companion/eamlgoifaclghociemekfnlanokhpleb |
説明 | The crypto raiders extentions you always needed! |
ファイルサイズ | 2.46 MB |
インストール数 | 742 |
現在のバージョン | 2.10.0 |
最終更新日 | 2022-11-02 |
公開日 | 2021-12-16 |
評価 | 4.09/5 合計 11 レビュー |
開発者 | crypto.raider.companion |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://gitlab.com/crypto-raider-tools/chrome-ext |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.10.0", "short_name": "CR Companion", "name": "Crypto Raiders Companion", "description": "The crypto raiders extentions you always needed!", "action": { "default_popup": "popup.html", "default_title": "Open the popup" }, "host_permissions": [ "*:\/\/play.cryptoraiders.xyz\/*", "*:\/\/dungeon.cryptoraiders.gg\/*" ], "content_scripts": [ { "js": [ "contentScript.bundle.js" ], "css": [ "css\/contentScript.css" ], "matches": [ "*:\/\/play.cryptoraiders.xyz\/*", "*:\/\/dungeon.cryptoraiders.gg\/*" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "*:\/\/play.cryptoraiders.xyz\/*" ] }, "background": { "service_worker": "background.bundle.js" }, "icons": { "16": "img\/logo-16.png", "32": "img\/logo-32.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "web_accessible_resources": [ { "resources": [ "img\/premiumLogo.png", "img\/discordIcon.png", "img\/matic.png", "lib\/web3.js" ], "matches": [ "*:\/\/*.cryptoraiders.xyz\/*", "*:\/\/*.cryptoraiders.gg\/*" ] } ], "options_page": "options.html", "permissions": [ "tabs", "storage", "notifications", "system.display" ] } |