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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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\/*"
            ]
        }
    ]
}