MelvorIdle - StatTracker

Statistics Tracker for melvoridle.com

MelvorIdle - StatTrackerとは何ですか?

MelvorIdle - StatTrackerはRobin van Nunenによって開発されたChromeの拡張機能で、その主な機能は「Statistics Tracker for melvoridle.com」です。

拡張機能のスクリーンショット

screenshot

MelvorIdle - StatTracker拡張機能のCRXファイルをダウンロード

MelvorIdle - StatTracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 MelvorIdle - StatTracker MelvorIdle - StatTracker
ID ejhffeagphghbmdaakobmfpobjijaogg
公式URL https://chromewebstore.google.com/detail/melvoridle-stattracker/ejhffeagphghbmdaakobmfpobjijaogg
説明 Statistics Tracker for melvoridle.com
ファイルサイズ 7.41 KB
インストール数 478
現在のバージョン 1.3.0
最終更新日 2020-05-04
公開日 2020-05-04
評価 5.00/5 合計 3 レビュー
開発者 Robin van Nunen
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/TechGuard/melvoridle-stat-tracker
対応言語 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"
            ]
        }
    ]
}