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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

PMMG Beautifier 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 PMMG Beautifier PMMG Beautifier
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"
            ]
        }
    ]
}