PMMG Beautifier
Improve and tweak the interface elements of PrUn website
What is PMMG Beautifier?
PMMG Beautifier is a Chrome extension developed by yarekt, and its main feature is "Improve and tweak the interface elements of PrUn website".
Extension Screenshots
Download PMMG Beautifier Extension CRX File
Download PMMG Beautifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | PMMG Beautifier |
ID | joibdcdllfaoegdpjkefncnmcmbkkabi |
Official URL | https://chromewebstore.google.com/detail/pmmg-beautifier/joibdcdllfaoegdpjkefncnmcmbkkabi |
Description | Improve and tweak the interface elements of PrUn website |
File Size | 45.06 KB |
Installation Count | 216 |
Current Version | 0.5.0 |
Last Updated | 2022-02-12 |
Publish Date | 2020-07-14 |
Rating | 4.80/5 Total 5 Ratings |
Developer | yarekt |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/YarekTyshchenko/PMMGBeautifier |
Supported Languages | 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" ] } ] } |