Crypto Raiders Companion

The crypto raiders extentions you always needed!

Crypto Raiders Companion là gì?

Crypto Raiders Companion là một tiện ích mở rộng Chrome được phát triển bởi crypto.raider.companion, và tính năng chính của nó là "The crypto raiders extentions you always needed!".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Crypto Raiders Companion

Tải xuống các tệp mở rộng Crypto Raiders Companion 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

                        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                    

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

Tên Crypto Raiders Companion Crypto Raiders Companion
ID eamlgoifaclghociemekfnlanokhpleb
URL Chính Thức https://chromewebstore.google.com/detail/crypto-raiders-companion/eamlgoifaclghociemekfnlanokhpleb
Mô tả The crypto raiders extentions you always needed!
Kích Thước Tệp 2.46 MB
Số Lần Cài Đặt 742
Phiên Bản Hiện Tại 2.10.0
Cập Nhật Lần Cuối 2022-11-02
Ngày Phát Hành 2021-12-16
Đánh Giá 4.09/5 Tổng số 11 Đánh Giá
Nhà Phát Triển crypto.raider.companion
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gitlab.com/crypto-raider-tools/chrome-ext
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}