PMMG Beautifier

Improve and tweak the interface elements of PrUn website

Co je PMMG Beautifier?

PMMG Beautifier je rozšíření Chrome vyvinuté yarekt, a jeho hlavní funkcí je „Improve and tweak the interface elements of PrUn website“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření PMMG Beautifier

Stáhněte si soubory rozšíření PMMG Beautifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název PMMG Beautifier PMMG Beautifier
ID joibdcdllfaoegdpjkefncnmcmbkkabi
Oficiální URL https://chromewebstore.google.com/detail/pmmg-beautifier/joibdcdllfaoegdpjkefncnmcmbkkabi
Popis Improve and tweak the interface elements of PrUn website
Velikost souboru 45.06 KB
Počet instalací 216
Aktuální Verze 0.5.0
Poslední Aktualizace 2022-02-12
Datum Vydání 2020-07-14
Hodnocení 4.80/5 Celkem 5 Hodnocení
Vývojář yarekt
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/YarekTyshchenko/PMMGBeautifier
Podporované Jazyky 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"
            ]
        }
    ]
}