Scripting Engine for Melvor Idle

QOL Scripting for Melvor Idle, the fun idle browser game!

O que é Scripting Engine for Melvor Idle?

Scripting Engine for Melvor Idle é uma extensão do Chrome desenvolvida por SEMI Devs, e sua principal característica é "QOL Scripting for Melvor Idle, the fun idle browser game!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Scripting Engine for Melvor Idle

Baixe arquivos de extensão Scripting Engine for Melvor Idle no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Scripting Engine for Melvor Idle Scripting Engine for Melvor Idle
ID mnjfmmpkdmgfpabgbeoclagnclmpmjgm
URL Oficial https://chromewebstore.google.com/detail/scripting-engine-for-melv/mnjfmmpkdmgfpabgbeoclagnclmpmjgm
Descrição QOL Scripting for Melvor Idle, the fun idle browser game!
Tamanho do Arquivo 104 KB
Contagem de Instalações 4,000
Versão Atual 0.12.1
Última Atualização 2022-07-05
Data de Publicação 2020-07-02
Classificação 4.94/5 Total de 36 Avaliações
Desenvolvedor SEMI Devs
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://gitlab.com/aldousWatts/SEMI
Idiomas Suportados 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"
    ]
}