PMMG Beautifier
Improve and tweak the interface elements of PrUn website
什么是PMMG Beautifier?
PMMG Beautifier是由yarekt开发的Chrome扩展程序,该扩展的主要功能是“Improve and tweak the interface elements of PrUn website”。
扩展截图
下载PMMG Beautifier扩展crx文件
下载PMMG Beautifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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                     扩展基本信息
| 名称 |   |  
| ID | joibdcdllfaoegdpjkefncnmcmbkkabi | 
| 官方URL | https://chromewebstore.google.com/detail/pmmg-beautifier/joibdcdllfaoegdpjkefncnmcmbkkabi | 
| 简介 | Improve and tweak the interface elements of PrUn website | 
| 文件大小 | 45.06 KB | 
| 安装次数 | 216 | 
| 当前版本 | 0.5.0 | 
| 更新时间 | 2022-02-12 | 
| 上架时间 | 2020-07-14 | 
| 评分 | 4.80/5 共5次评分 | 
| 开发者 | yarekt | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/YarekTyshchenko/PMMGBeautifier | 
| 支持的语言 | 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"
            ]
        }
    ]
}  |  |