Raider Helper

QOL for the Raider Grind

Raider Helperとは何ですか?

Raider HelperはHappyXDによって開発されたChromeの拡張機能で、その主な機能は「QOL for the Raider Grind」です。

拡張機能のスクリーンショット

screenshot
screenshot

Raider Helper拡張機能のCRXファイルをダウンロード

Raider Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Raider Helper Raider Helper
ID andgiocjnajbjdofalnbcocdncklhneb
公式URL https://chromewebstore.google.com/detail/raider-helper/andgiocjnajbjdofalnbcocdncklhneb
説明 QOL for the Raider Grind
ファイルサイズ 97.24 KB
インストール数 167
現在のバージョン 0.71
最終更新日 2022-04-06
公開日 2022-01-08
評価 4.50/5 合計 4 レビュー
開発者 HappyXD
Eメール [email protected]
支払い方法 free
対応言語 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
}