MelvorIdle - StatTracker

Statistics Tracker for melvoridle.com

What is MelvorIdle - StatTracker?

MelvorIdle - StatTracker is a Chrome extension developed by Robin van Nunen, and its main feature is "Statistics Tracker for melvoridle.com".

Extension Screenshots

screenshot

Download MelvorIdle - StatTracker Extension CRX File

Download MelvorIdle - StatTracker 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

                        This extension adds statistic tracking for skills and items to the navigation menu. It displays exp/hr and time until next level for skills. For items it displays items/hr and gold/hr.                    

Extension Basic Information

Name MelvorIdle - StatTracker MelvorIdle - StatTracker
ID ejhffeagphghbmdaakobmfpobjijaogg
Official URL https://chromewebstore.google.com/detail/melvoridle-stattracker/ejhffeagphghbmdaakobmfpobjijaogg
Description Statistics Tracker for melvoridle.com
File Size 7.41 KB
Installation Count 478
Current Version 1.3.0
Last Updated 2020-05-04
Publish Date 2020-05-04
Rating 5.00/5 Total 3 Ratings
Developer Robin van Nunen
Email [email protected]
Payment Type free
Extension Website https://github.com/TechGuard/melvoridle-stat-tracker
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MelvorIdle - StatTracker",
    "version": "1.3.0",
    "description": "Statistics Tracker for melvoridle.com",
    "author": "Robin van Nunen ",
    "homepage_url": "https:\/\/github.com\/TechGuard\/melvoridle-stat-tracker",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.melvoridle.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ]
}