PMMG Beautifier

Improve and tweak the interface elements of PrUn website

¿Qué es PMMG Beautifier?

PMMG Beautifier es una extensión de Chrome desarrollada por yarekt, y su función principal es "Improve and tweak the interface elements of PrUn website".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión PMMG Beautifier

Descarga archivos de extensión PMMG Beautifier en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre PMMG Beautifier PMMG Beautifier
ID joibdcdllfaoegdpjkefncnmcmbkkabi
URL Oficial https://chromewebstore.google.com/detail/pmmg-beautifier/joibdcdllfaoegdpjkefncnmcmbkkabi
Descripción Improve and tweak the interface elements of PrUn website
Tamaño del Archivo 45.06 KB
Cantidad de Instalaciones 216
Versión Actual 0.5.0
Última Actualización 2022-02-12
Fecha de Publicación 2020-07-14
Calificación 4.80/5 Total de 5 Calificaciones
Desarrollador yarekt
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/YarekTyshchenko/PMMGBeautifier
Idiomas Soportados 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"
            ]
        }
    ]
}