Raider Helper

QOL for the Raider Grind

Raider Helper là gì?

Raider Helper là một tiện ích mở rộng Chrome được phát triển bởi HappyXD, và tính năng chính của nó là "QOL for the Raider Grind".

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

screenshot
screenshot

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

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

                        Very simple quality of life change for the game Crypto Raider. Whenever you cilck the 'Start' button for a dungeon raid, it will now pop up in a new window at a fixed smaller size. This allows for easier simultaneous raiding.

- Now with support for multiple monitors

- You can now choose the size of your grid via the extension button. All active CR Raid tabs must be closed before grid size can be changed

- BETA: You can now launch multiple raids at once straight from the extension all organised in the usual Raider Helper way*

Icons credited to Winn Creative                    

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

Tên Raider Helper Raider Helper
ID andgiocjnajbjdofalnbcocdncklhneb
URL Chính Thức https://chromewebstore.google.com/detail/raider-helper/andgiocjnajbjdofalnbcocdncklhneb
Mô tả QOL for the Raider Grind
Kích Thước Tệp 97.24 KB
Số Lần Cài Đặt 167
Phiên Bản Hiện Tại 0.71
Cập Nhật Lần Cuối 2022-04-06
Ngày Phát Hành 2022-01-08
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển HappyXD
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Raider Helper",
    "description": "QOL for the Raider Grind",
    "version": "0.71",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/play.cryptoraiders.xyz\/*",
                "https:\/\/play.cryptoraiders.gg\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/play.cryptoraiders.gg\/*",
        "https:\/\/play.cryptoraiders.xyz\/*"
    ],
    "permissions": [
        "cookies",
        "tabs",
        "system.display",
        "storage"
    ],
    "action": {
        "default_icon": "viking128.png",
        "default_title": "Raider Helper",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "48": "viking48.png",
        "128": "viking128.png"
    },
    "manifest_version": 3
}