PMMG Beautifier

Improve and tweak the interface elements of PrUn website

Cos'è PMMG Beautifier?

PMMG Beautifier è un'estensione di Chrome sviluppata da yarekt, e la sua funzione principale è "Improve and tweak the interface elements of PrUn website".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione PMMG Beautifier

Scarica i file di estensione PMMG Beautifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Small quality of life improvements to the PrUn website, making it easier to use.
Some of the features:
- Show the price per unit for local market ads
- Show the ETA of ships as actual date-time
- Show the ETA in flightplan as actual date-time
- Show the production order completion as actual date-time
- Show price per shipload for shipping ads
- Limit long user names in chat to 12 chars
- Show price per unit when posting local market ads
- Sort inventories by material code
- Change LM Post button to the type of ad                    

Informazioni di Base sull'Estensione

Nome PMMG Beautifier PMMG Beautifier
ID joibdcdllfaoegdpjkefncnmcmbkkabi
URL Ufficiale https://chromewebstore.google.com/detail/pmmg-beautifier/joibdcdllfaoegdpjkefncnmcmbkkabi
Descrizione Improve and tweak the interface elements of PrUn website
Dimensione del File 45.06 KB
Conteggio Installazioni 216
Versione Corrente 0.5.0
Ultimo Aggiornamento 2022-02-12
Data di Pubblicazione 2020-07-14
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore yarekt
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/YarekTyshchenko/PMMGBeautifier
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PMMG Beautifier",
    "description": "Improve and tweak the interface elements of PrUn website",
    "version": "0.5.0",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/apex.prosperousuniverse.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/apex.prosperousuniverse.com\/*",
                "file:\/\/\/*\/test.html"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}