PMMG Extended

Improve and tweak the interface elements of PrUn website

PMMG Extended란 무엇입니까?

PMMG Extended은(는) pi3142718에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improve and tweak the interface elements of PrUn website"입니다.

확장 프로그램 스크린샷

screenshot

PMMG Extended 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        How to use: Install, follow the instructions on the XIT START buffer

The command XIT HELP will provide an in-game guide on the features of PMMG Extended. 

Also refer to the website on all the features included in PMMG Extended with picture examples:

https://sites.google.com/view/pmmgextended/features?authuser=0

Contact PiBoy314 on the UFO or PCT discords with questions or recommendations.

# Setting up your preferences

* Open a new buffer and type in XIT SETTINGS
* Fill in each of the settings fields
* Open XIT START to get the tutorial again

Thank you to the following contributors to PMMG Extended:
* yarekt for developing the base features of PMMG Beautifier that this extension is based on.
* Saganaki and Kovus for developing the code to listen to the PrUN server
* SeraphX2, AGM-114, and Booers for developing and testing the extension.
* Rynx for developing PrUN UI Enhancer, now integrated into PMMG Extended.
* allocater for developing the icons color scheme now integrated into PMMG Extended.
* The PrUN community at large for testing and brainstorming ideas

Licensing:
* SVG Icons by Pixelbazaar in CC Attribution License via SVG Repo                    

확장 프로그램 기본 정보

이름 PMMG Extended PMMG Extended
ID cadmmgnpgphgndeeoldoohkcbjkohigg
공식 URL https://chromewebstore.google.com/detail/pmmg-extended/cadmmgnpgphgndeeoldoohkcbjkohigg
설명 Improve and tweak the interface elements of PrUn website
파일 크기 292 KB
설치 횟수 507
현재 버전 1.11.1
최근 업데이트 2024-02-29
출시 날짜 2022-03-07
평점 4.63/5 총 8 개의 평점
개발자 pi3142718
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sites.google.com/view/pmmgextended/home
개인정보 보호 정책 페이지 URL https://sites.google.com/view/pmmgextendedprivacypolicy/home
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PMMG Extended",
    "description": "Improve and tweak the interface elements of PrUn website",
    "version": "1.11.1",
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/apex.prosperousuniverse.com\/",
        "https:\/\/script.google.com\/",
        "https:\/\/script.googleusercontent.com\/",
        "https:\/\/rest.fnar.net\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/apex.prosperousuniverse.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/apex.prosperousuniverse.com\/*"
            ],
            "resources": [
                "page_script.js",
                "uploader.js"
            ]
        }
    ]
}