Raider Helper
QOL for the Raider Grind
Τι είναι το Raider Helper;
Το Raider Helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον HappyXD, και η κύρια λειτουργία του είναι "QOL for the Raider Grind".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Raider Helper
Λήψη αρχείων επέκτασης 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 |
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 |
Ηλεκτρονικό ταχυδρομείο | [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 } |