Melvor Idle Combat Simulator Reloaded
Adds a combat simulator to Melvor Idle
What is Melvor Idle Combat Simulator Reloaded?
Melvor Idle Combat Simulator Reloaded is a Chrome extension developed by combatsimulatorreloaded, and its main feature is "Adds a combat simulator to Melvor Idle".
Extension Screenshots
Download Melvor Idle Combat Simulator Reloaded Extension CRX File
Download Melvor Idle Combat Simulator Reloaded extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds a combat simulator to Melvor Idle, allowing you to see the effect of any equipment and buffs on kill times, damage taken, etc.
Extension Basic Information
Name | Melvor Idle Combat Simulator Reloaded |
ID | cgggfndkphggbgeimpplooflemnfndok |
Official URL | https://chromewebstore.google.com/detail/melvor-idle-combat-simula/cgggfndkphggbgeimpplooflemnfndok |
Description | Adds a combat simulator to Melvor Idle |
File Size | 119 KB |
Installation Count | 7,890 |
Current Version | 1.6.10 |
Last Updated | 2022-07-06 |
Publish Date | 2020-10-09 |
Rating | 4.48/5 Total 21 Ratings |
Developer | combatsimulatorreloaded |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/visua0/Melvor-Idle-Combat-Simulator-Reloaded |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Melvor Idle Combat Simulator Reloaded", "version": "1.6.10", "description": "Adds a combat simulator to Melvor Idle", "icons": { "48": "icons\/melvorSim-48.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.melvoridle.com\/*", "*:\/\/melvoridle.com\/*", "*:\/\/test.melvoridle.com\/*" ], "js": [ "sources\/contentScript.js" ], "css": [ "styles\/mainStyle.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "sources\/injectable\/*.js", "sources\/workers\/*.js", "icons\/crossedOut.svg" ] } |