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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "QOL Scripting for Melvor Idle, the fun idle browser game!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Scripting Engine for Melvor Idle एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}