PMMG Beautifier
Improve and tweak the interface elements of PrUn website
O que é PMMG Beautifier?
PMMG Beautifier é uma extensão do Chrome desenvolvida por yarekt, e sua principal característica é "Improve and tweak the interface elements of PrUn website".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PMMG Beautifier
Baixe arquivos de extensão PMMG Beautifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | PMMG Beautifier |
ID | joibdcdllfaoegdpjkefncnmcmbkkabi |
URL Oficial | https://chromewebstore.google.com/detail/pmmg-beautifier/joibdcdllfaoegdpjkefncnmcmbkkabi |
Descrição | Improve and tweak the interface elements of PrUn website |
Tamanho do Arquivo | 45.06 KB |
Contagem de Instalações | 216 |
Versão Atual | 0.5.0 |
Última Atualização | 2022-02-12 |
Data de Publicação | 2020-07-14 |
Classificação | 4.80/5 Total de 5 Avaliações |
Desenvolvedor | yarekt |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/YarekTyshchenko/PMMGBeautifier |
Idiomas Suportados | 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" ] } ] } |