PMMG Beautifier

Improve and tweak the interface elements of PrUn website

Co to jest PMMG Beautifier?

PMMG Beautifier to rozszerzenie Chrome opracowane przez yarekt, a jego główną funkcją jest „Improve and tweak the interface elements of PrUn website”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia PMMG Beautifier

Pobierz pliki rozszerzeń PMMG Beautifier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa PMMG Beautifier PMMG Beautifier
ID joibdcdllfaoegdpjkefncnmcmbkkabi
Oficjalny URL https://chromewebstore.google.com/detail/pmmg-beautifier/joibdcdllfaoegdpjkefncnmcmbkkabi
Opis Improve and tweak the interface elements of PrUn website
Rozmiar pliku 45.06 KB
Liczba instalacji 216
Aktualna Wersja 0.5.0
Ostatnia Aktualizacja 2022-02-12
Data Publikacji 2020-07-14
Ocena 4.80/5 Łącznie 5 Oceny
Deweloper yarekt
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/YarekTyshchenko/PMMGBeautifier
Obsługiwane Języki 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"
            ]
        }
    ]
}