PMMG Extended

Improve and tweak the interface elements of PrUn website

PMMG Extended क्या है?

PMMG Extended pi3142718 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve and tweak the interface elements of PrUn website"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PMMG Extended एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}