MelvorIdle - StatTracker

Statistics Tracker for melvoridle.com

Cos'è MelvorIdle - StatTracker?

MelvorIdle - StatTracker è un'estensione di Chrome sviluppata da Robin van Nunen, e la sua funzione principale è "Statistics Tracker for melvoridle.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MelvorIdle - StatTracker

Scarica i file di estensione MelvorIdle - StatTracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome MelvorIdle - StatTracker MelvorIdle - StatTracker
ID ejhffeagphghbmdaakobmfpobjijaogg
URL Ufficiale https://chromewebstore.google.com/detail/melvoridle-stattracker/ejhffeagphghbmdaakobmfpobjijaogg
Descrizione Statistics Tracker for melvoridle.com
Dimensione del File 7.41 KB
Conteggio Installazioni 478
Versione Corrente 1.3.0
Ultimo Aggiornamento 2020-05-04
Data di Pubblicazione 2020-05-04
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Robin van Nunen
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/TechGuard/melvoridle-stat-tracker
Lingue Supportate 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"
            ]
        }
    ]
}