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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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\/*"
    ]
}