PMMG Beautifier
Improve and tweak the interface elements of PrUn website
Wat is PMMG Beautifier?
PMMG Beautifier is een Chrome-extensie ontwikkeld door yarekt, en de belangrijkste functie is "Improve and tweak the interface elements of PrUn website".
Extensie Screenshots
Download het CRX-bestand van de extensie PMMG Beautifier
Download PMMG Beautifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | joibdcdllfaoegdpjkefncnmcmbkkabi |
| Officiële URL | https://chromewebstore.google.com/detail/pmmg-beautifier/joibdcdllfaoegdpjkefncnmcmbkkabi |
| Beschrijving | Improve and tweak the interface elements of PrUn website |
| Bestandsgrootte | 45.06 KB |
| Aantal Installaties | 216 |
| Huidige Versie | 0.5.0 |
| Laatst Bijgewerkt | 2022-02-12 |
| Publicatiedatum | 2020-07-14 |
| Beoordeling | 4.80/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | yarekt |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/YarekTyshchenko/PMMGBeautifier |
| Ondersteunde Talen | 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"
]
}
]
} | |