DevForum+

Makes the Roblox DevForum that bit nicer.

Vad är DevForum+?

DevForum+ är en Chrome-tillägg utvecklad av elliottlm, och dess huvudfunktion är "Makes the Roblox DevForum that bit nicer.".

Tilläggsskärmbilder

screenshot

Ladda ner DevForum+-förlängningens CRX-fil

Ladda ner DevForum+-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn DevForum+ DevForum+
ID obannamndmafaddpcghdkilafpcckebl
Officiell webbadress https://chrome.google.com/webstore/detail/devforum+/obannamndmafaddpcghdkilafpcckebl
Beskrivning Makes the Roblox DevForum that bit nicer.
Filstorlek 135 KB
Antal Installationer 198
Aktuell Version 1.1
Senast Uppdaterad 2020-12-13
Publiceringsdatum 2020-08-26
Betyg 3.75/5 Totalt 4 Betyg
Utvecklare elliottlm
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/dfmeta/devforumplus
Hjälpsida URL https://github.com/dfmeta/devforumplus/issues
Stödda Språk 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\/*"
    ]
}