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!"입니다.

확장 프로그램 스크린샷

screenshot

Scripting Engine for Melvor Idle 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Scripting Engine for Melvor Idle
ID mnjfmmpkdmgfpabgbeoclagnclmpmjgm
공식 URL 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"
    ]
}