Melvor Idle Helper
Add some extra functions to Melvor Idle
什么是Melvor Idle Helper?
Melvor Idle Helper是由Danial Nickford开发的Chrome扩展程序,该扩展的主要功能是“Add some extra functions to Melvor Idle”。
扩展截图
下载Melvor Idle Helper扩展crx文件
下载Melvor Idle Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds some extra functionality to Melvor Idle
- Dark mode
- Auto eat
- Auto loot 扩展基本信息
| 名称 | |
| ID | oohpcmhalnghhalafmmikpjcmmdnlelb |
| 官方URL | https://chromewebstore.google.com/detail/melvor-idle-helper/oohpcmhalnghhalafmmikpjcmmdnlelb |
| 简介 | Add some extra functions to Melvor Idle |
| 文件大小 | 9.73 KB |
| 安装次数 | 353 |
| 当前版本 | 0.1.10 |
| 更新时间 | 2019-12-05 |
| 上架时间 | 2019-12-05 |
| 评分 | 3.40/5 共5次评分 |
| 开发者 | Danial Nickford |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/RedSparr0w/Melvor-Idle-Helper |
| 帮助页面URL | https://github.com/RedSparr0w/Melvor-Idle-Helper/issues |
| 支持的语言 | 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"
]
} | |