PMMG Beautifier

Improve and tweak the interface elements of PrUn website

Vad är PMMG Beautifier?

PMMG Beautifier är en Chrome-tillägg utvecklad av yarekt, och dess huvudfunktion är "Improve and tweak the interface elements of PrUn website".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner PMMG Beautifier-förlängningens CRX-fil

Ladda ner PMMG Beautifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn PMMG Beautifier PMMG Beautifier
ID joibdcdllfaoegdpjkefncnmcmbkkabi
Officiell webbadress https://chromewebstore.google.com/detail/pmmg-beautifier/joibdcdllfaoegdpjkefncnmcmbkkabi
Beskrivning Improve and tweak the interface elements of PrUn website
Filstorlek 45.06 KB
Antal Installationer 216
Aktuell Version 0.5.0
Senast Uppdaterad 2022-02-12
Publiceringsdatum 2020-07-14
Betyg 4.80/5 Totalt 5 Betyg
Utvecklare yarekt
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/YarekTyshchenko/PMMGBeautifier
Stödda Språk 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"
            ]
        }
    ]
}