Scripting Engine for Melvor Idle
QOL Scripting for Melvor Idle, the fun idle browser game!
什麼是Scripting Engine for Melvor Idle?
Scripting Engine for Melvor Idle是由SEMI Devs開發的Chrome擴展程式,該擴展的主要功能是“QOL Scripting for Melvor Idle, the fun idle browser game!”。
擴展截圖
下載Scripting Engine for Melvor Idle擴展crx文件
下載Scripting Engine for Melvor Idle擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
SEMI is a Firefox and Chrome web extension for Melvor Idle. Source code repository and README here: https://gitlab.com/aldousWatts/SEMI Please check the readme for a list of scripts & functions, and check the repository for a changelog & more! This add-on/extension helps you automate certain aspects of the game, and adds certain useful features, combining many scripts into one. Toggle each one on and off individually from inside the game. Hovering over the SEMI sidebar buttons will give tooltips including hints, explanations, and tips for most scripts. Thanks to everyone who writes scripts for Melvor and provides them to others! Many coders contributed to ideas here. Big thanks to Malcs who made Melvor Idle! # Bugs & Requests Notice a bug? Have an idea for something SEMI can do? You can post on the issues page of the SEMI repository ( https://gitlab.com/aldousWatts/SEMI/-/issues ), chat about it in the Melvor discord in the #scripting-and-extensions channel, and/or talk to AldousWatts or any of the active code contributors.
擴展基本資訊
名稱 | Scripting Engine for Melvor Idle |
ID | mnjfmmpkdmgfpabgbeoclagnclmpmjgm |
官方網址 | https://chromewebstore.google.com/detail/scripting-engine-for-melv/mnjfmmpkdmgfpabgbeoclagnclmpmjgm |
簡介 | QOL Scripting for Melvor Idle, the fun idle browser game! |
檔案大小 | 104 KB |
安裝次數 | 4,000 |
目前版本 | 0.12.1 |
更新時間 | 2022-07-05 |
上架時間 | 2020-07-02 |
評分 | 4.94/5 共 36 次評分 |
開發者 | SEMI Devs |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://gitlab.com/aldousWatts/SEMI |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scripting Engine for Melvor Idle", "version": "0.12.1", "description": "QOL Scripting for Melvor Idle, the fun idle browser game!", "icons": { "48": "icons\/border-48.png", "128": "icons\/icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/melvoridle.com\/*", "*:\/\/www.melvoridle.com\/*", "*:\/\/test.melvoridle.com\/*" ], "js": [ "scripts\/SEMI.js" ], "css": [ "styles\/semi.css" ] } ], "web_accessible_resources": [ "scripts\/*.js", "icons\/*.png", "scripts\/plugins\/*.js" ] } |