Raider Helper

QOL for the Raider Grind

Qu'est-ce que Raider Helper ?

Raider Helper est une extension Chrome développée par HappyXD, et sa fonction principale est "QOL for the Raider Grind".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Raider Helper

Téléchargez les fichiers d'extension Raider Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Raider Helper Raider Helper
ID andgiocjnajbjdofalnbcocdncklhneb
URL Officiel https://chromewebstore.google.com/detail/raider-helper/andgiocjnajbjdofalnbcocdncklhneb
Description QOL for the Raider Grind
Taille du Fichier 97.24 KB
Nombre d'Installations 167
Version Actuelle 0.71
Dernière Mise à Jour 2022-04-06
Date de Publication 2022-01-08
Évaluation 4.50/5 Total 4 Évaluations
Développeur HappyXD
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}