Raider Helper
QOL for the Raider Grind
Raider Helper क्या है?
Raider Helper HappyXD द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "QOL for the Raider Grind"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Raider Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |