PMMG Beautifier

Improve and tweak the interface elements of PrUn website

Qu'est-ce que PMMG Beautifier ?

PMMG Beautifier est une extension Chrome développée par yarekt, et sa fonction principale est "Improve and tweak the interface elements of PrUn website".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension PMMG Beautifier

Téléchargez les fichiers d'extension PMMG Beautifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom PMMG Beautifier PMMG Beautifier
ID joibdcdllfaoegdpjkefncnmcmbkkabi
URL Officiel https://chromewebstore.google.com/detail/pmmg-beautifier/joibdcdllfaoegdpjkefncnmcmbkkabi
Description Improve and tweak the interface elements of PrUn website
Taille du Fichier 45.06 KB
Nombre d'Installations 216
Version Actuelle 0.5.0
Dernière Mise à Jour 2022-02-12
Date de Publication 2020-07-14
Évaluation 4.80/5 Total 5 Évaluations
Développeur yarekt
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/YarekTyshchenko/PMMGBeautifier
Langues Prises en Charge 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"
            ]
        }
    ]
}