DevForum+

Makes the Roblox DevForum that bit nicer.

Wat is DevForum+?

DevForum+ is een Chrome-extensie ontwikkeld door elliottlm, en de belangrijkste functie is "Makes the Roblox DevForum that bit nicer.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DevForum+

Download DevForum+-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam DevForum+ DevForum+
ID obannamndmafaddpcghdkilafpcckebl
Officiële URL https://chrome.google.com/webstore/detail/devforum+/obannamndmafaddpcghdkilafpcckebl
Beschrijving Makes the Roblox DevForum that bit nicer.
Bestandsgrootte 135 KB
Aantal Installaties 198
Huidige Versie 1.1
Laatst Bijgewerkt 2020-12-13
Publicatiedatum 2020-08-26
Beoordeling 3.75/5 Totaal 4 Beoordelingen
Ontwikkelaar elliottlm
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/dfmeta/devforumplus
Help Pagina-URL https://github.com/dfmeta/devforumplus/issues
Ondersteunde Talen 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\/*"
    ]
}