Melvor Idle Helper
Add some extra functions to Melvor Idle
What is Melvor Idle Helper?
Melvor Idle Helper is a Chrome extension developed by Danial Nickford, and its main feature is "Add some extra functions to Melvor Idle".
Extension Screenshots
Download Melvor Idle Helper Extension CRX File
Download Melvor Idle Helper 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 some extra functionality to Melvor Idle - Dark mode - Auto eat - Auto loot
Extension Basic Information
Name | Melvor Idle Helper |
ID | oohpcmhalnghhalafmmikpjcmmdnlelb |
Official URL | https://chromewebstore.google.com/detail/melvor-idle-helper/oohpcmhalnghhalafmmikpjcmmdnlelb |
Description | Add some extra functions to Melvor Idle |
File Size | 9.73 KB |
Installation Count | 353 |
Current Version | 0.1.10 |
Last Updated | 2019-12-05 |
Publish Date | 2019-12-05 |
Rating | 3.40/5 Total 5 Ratings |
Developer | Danial Nickford |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/RedSparr0w/Melvor-Idle-Helper |
Help Page URL | https://github.com/RedSparr0w/Melvor-Idle-Helper/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Melvor Idle Helper", "version": "0.1.10", "manifest_version": 2, "description": "Add some extra functions to Melvor Idle", "homepage_url": "https:\/\/melvoridle.com", "icons": { "16": "icons\/logo_16.png", "48": "icons\/logo_48.png", "128": "icons\/logo_128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/melvoridle.com\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "src\/js\/*.js" ] } |