Melvor Idle Cheat Engine

Hacking Melvor Idle, the fun idle browser game!

什麼是Melvor Idle Cheat Engine?

Melvor Idle Cheat Engine是由aldouswatts2開發的Chrome擴展程式,該擴展的主要功能是“Hacking Melvor Idle, the fun idle browser game!”。

擴展截圖

screenshot
screenshot

下載Melvor Idle Cheat Engine擴展crx文件

下載Melvor Idle Cheat Engine擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This is a de-automated cheat engine for Melvor Idle, focused only on direct game manipulation. This is best used as a save recovery tool or game testing helper.

This extension is completely open source. View the repository here: https://gitlab.com/aldousWatts/MICE

BACK UP YOUR SAVES BEFORE MODIFYING YOUR GAME!

MICE helps you manipulate the game and can do these things:

New: Add Mastery Levels!! Check the Mastery Pool page for a hijack.
New: Max Mastery Pool XP cheat as well!
Add gold
Add Slayer Coins
Add loot either by ID or by name
List of all Loot IDs and names to use the loot cheats
Level up a skill
Instantly grow your crops, herbs, or trees with buttons in the farming page
Instantly attack your enemies without limits with a savage, dirty button in the combat page
Use magic dust to decimate your enemies with unbelievable speed
Instant-kill combat enemies with yet another combat button                    

擴展基本資訊

名稱 Melvor Idle Cheat Engine Melvor Idle Cheat Engine
ID cbbaeikkmjnompmdodelbibeaibdelmm
官方網址 https://chromewebstore.google.com/detail/melvor-idle-cheat-engine/cbbaeikkmjnompmdodelbibeaibdelmm
簡介 Hacking Melvor Idle, the fun idle browser game!
檔案大小 13.82 KB
安裝次數 4,841
目前版本 0.7.5
更新時間 2022-07-05
上架時間 2020-09-24
評分 3.78/5 共 18 次評分
開發者 aldouswatts2
電子郵箱 [email protected]
付費類型 free
擴展官網 https://gitlab.com/aldousWatts/MICE
說明頁面URL https://gitlab.com/aldousWatts/MICE
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Melvor Idle Cheat Engine",
    "version": "0.7.5",
    "description": "Hacking Melvor Idle, the fun idle browser game!",
    "icons": {
        "48": "icons\/border-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/melvoridle.com\/*",
                "*:\/\/www.melvoridle.com\/*",
                "*:\/\/test.melvoridle.com\/*"
            ],
            "js": [
                "MICE.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "inject-mice.js",
        "icons\/*.png"
    ]
}