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
电子邮箱 [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"
            ]
        }
    ]
}