Simple Assistant

Quality of life SimpleMMO tweaks

Τι είναι το Simple Assistant;

Το Simple Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sugar Fox, και η κύρια λειτουργία του είναι "Quality of life SimpleMMO tweaks".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Simple Assistant

Λήψη αρχείων επέκτασης Simple Assistant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This plugin aims to improve quality of life on multiple aspects of Simple MMO while breaking no Terms of Service. As such, this plugin has no automation and never will have, however it does have a bunch of features you might fancy 

The most important features include but are not limited to:
* Main action auto focus - just hit enter or space to step / attack / perform quest
* Chrome notifications (safe mode expired, world boss attackable, job completed)
* Daily tasks trackers  - see just how many more of which quests you have left to perform
* Daily and monthly rewards notifications - forget free rewards no more
Many more small QoL tweaks are waiting for you to be discovered

Full list of features, changelogs and source code can be found here:
https://github.com/SugarF0x/simple-assistant

All the features are optional and are disabled by default - tailor your own experience                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Simple Assistant Simple Assistant
ID dpljccfbkelkodmmbnahgimhombjemll
Επίσημο URL https://chromewebstore.google.com/detail/simple-assistant/dpljccfbkelkodmmbnahgimhombjemll
Περιγραφή Quality of life SimpleMMO tweaks
Μέγεθος Αρχείου 99.38 KB
Αριθμός Εγκαταστάσεων 361
Τρέχουσα Έκδοση 3.9.3
Τελευταία Ενημέρωση 2023-04-11
Ημερομηνία Δημοσίευσης 2020-09-12
Αξιολόγηση 3.38/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Sugar Fox
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/SugarF0x/simple-assistant
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/SugarF0x/simple-assistant
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Assistant",
    "version": "3.9.3",
    "version_name": "3.9.3",
    "description": "Quality of life SimpleMMO tweaks",
    "manifest_version": 3,
    "permissions": [
        "notifications",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.simple-mmo.com\/*"
            ],
            "js": [
                "js\/app.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/services.js"
    },
    "icons": {
        "128": "logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "*:\/\/*.simple-mmo.com\/*"
            ]
        }
    ]
}