Simple Assistant
Quality of life SimpleMMO tweaks
Simple Assistant क्या है?
Simple Assistant Sugar Fox द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quality of life SimpleMMO tweaks"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Simple Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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\/*" ] } ] } |