Simple Assistant
Quality of life SimpleMMO tweaks
什麼是Simple Assistant?
Simple Assistant是由Sugar Fox開發的Chrome擴展程式,該擴展的主要功能是“Quality of life SimpleMMO tweaks”。
擴展截圖
下載Simple Assistant擴展crx文件
下載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 |
ID | dpljccfbkelkodmmbnahgimhombjemll |
官方網址 | 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\/*" ] } ] } |