PMMG Beautifier

Improve and tweak the interface elements of PrUn website

ما هو PMMG Beautifier؟

PMMG Beautifier هو إضافة Chrome تم تطويرها بواسطة yarekt، والميزة الرئيسية لها هي "Improve and tweak the interface elements of PrUn website".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة PMMG Beautifier

قم بتنزيل ملفات الامتداد PMMG Beautifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
            ]
        }
    ]
}