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
官方網址 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
電子郵箱 [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
}