DevForum+

Makes the Roblox DevForum that bit nicer.

ما هو DevForum+؟

DevForum+ هو إضافة Chrome تم تطويرها بواسطة elliottlm، والميزة الرئيسية لها هي "Makes the Roblox DevForum that bit nicer.".

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

screenshot

تحميل ملف CRX للإضافة DevForum+

قم بتنزيل ملفات الامتداد DevForum+ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Makes the Roblox DevForum that bit nicer. Flairs OPs and New Members, marks major necrobumps, and highlights posts from Roblox Admins.

Features:
- Completely hide users' posts (WIP, may break some things)
- Flairs the OP
- Flairs new members (as network efficient as it can be; one request per user, caches for tab life)
- Highlights posts by Roblox staff members (useful for skimming announcements)
- Highlights excessive bumps (it gets redder the more of a bump it is)
- PM Templates                    

معلومات أساسية عن التمديد

الاسم DevForum+ DevForum+
ID obannamndmafaddpcghdkilafpcckebl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/devforum+/obannamndmafaddpcghdkilafpcckebl
الوصف Makes the Roblox DevForum that bit nicer.
حجم الملف 135 KB
عدد التثبيتات 198
النسخة الحالية 1.1
آخر تحديث 2020-12-13
تاريخ النشر 2020-08-26
تقييم 3.75/5 مجموع تقييمات 4
المطور elliottlm
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/dfmeta/devforumplus
عنوان صفحة المساعدة https://github.com/dfmeta/devforumplus/issues
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DevForum+",
    "version": "1.1",
    "description": "Makes the Roblox DevForum that bit nicer.",
    "icons": {
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "100": "icons\/icon100.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/devforum.roblox.com\/*"
            ],
            "js": [
                "devforumplus.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/devforum.roblox.com\/*"
    ]
}