Scripting Engine for Melvor Idle
QOL Scripting for Melvor Idle, the fun idle browser game!
Qu'est-ce que Scripting Engine for Melvor Idle ?
Scripting Engine for Melvor Idle est une extension Chrome développée par SEMI Devs, et sa fonction principale est "QOL Scripting for Melvor Idle, the fun idle browser game!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Scripting Engine for Melvor Idle
Téléchargez les fichiers d'extension Scripting Engine for Melvor Idle au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Scripting Engine for Melvor Idle |
ID | mnjfmmpkdmgfpabgbeoclagnclmpmjgm |
URL Officiel | https://chromewebstore.google.com/detail/scripting-engine-for-melv/mnjfmmpkdmgfpabgbeoclagnclmpmjgm |
Description | QOL Scripting for Melvor Idle, the fun idle browser game! |
Taille du Fichier | 104 KB |
Nombre d'Installations | 4,000 |
Version Actuelle | 0.12.1 |
Dernière Mise à Jour | 2022-07-05 |
Date de Publication | 2020-07-02 |
Évaluation | 4.94/5 Total 36 Évaluations |
Développeur | SEMI Devs |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://gitlab.com/aldousWatts/SEMI |
Langues Prises en Charge | 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" ] } |