Scripting Engine for Melvor Idle
QOL Scripting for Melvor Idle, the fun idle browser game!
Scripting Engine for Melvor Idle là gì?
Scripting Engine for Melvor Idle là một tiện ích mở rộng Chrome được phát triển bởi SEMI Devs, và tính năng chính của nó là "QOL Scripting for Melvor Idle, the fun idle browser game!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Scripting Engine for Melvor Idle
Tải xuống các tệp mở rộng Scripting Engine for Melvor Idle dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Scripting Engine for Melvor Idle |
ID | mnjfmmpkdmgfpabgbeoclagnclmpmjgm |
URL Chính Thức | https://chromewebstore.google.com/detail/scripting-engine-for-melv/mnjfmmpkdmgfpabgbeoclagnclmpmjgm |
Mô tả | QOL Scripting for Melvor Idle, the fun idle browser game! |
Kích Thước Tệp | 104 KB |
Số Lần Cài Đặt | 4,000 |
Phiên Bản Hiện Tại | 0.12.1 |
Cập Nhật Lần Cuối | 2022-07-05 |
Ngày Phát Hành | 2020-07-02 |
Đánh Giá | 4.94/5 Tổng số 36 Đánh Giá |
Nhà Phát Triển | SEMI Devs |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://gitlab.com/aldousWatts/SEMI |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |