Simple Assistant

Quality of life SimpleMMO tweaks

Simple Assistantとは何ですか?

Simple AssistantはSugar Foxによって開発されたChromeの拡張機能で、その主な機能は「Quality of life SimpleMMO tweaks」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 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
Eメール [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\/*"
            ]
        }
    ]
}