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文件

下載PMMG Extended擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}