DevForum+

Makes the Roblox DevForum that bit nicer.

DevForum+ क्या है?

DevForum+ elliottlm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes the Roblox DevForum that bit nicer."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DevForum+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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\/*"
    ]
}