DevForum+

Makes the Roblox DevForum that bit nicer.

Cos'è DevForum+?

DevForum+ è un'estensione di Chrome sviluppata da elliottlm, e la sua funzione principale è "Makes the Roblox DevForum that bit nicer.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DevForum+

Scarica i file di estensione DevForum+ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome DevForum+ DevForum+
ID obannamndmafaddpcghdkilafpcckebl
URL Ufficiale https://chrome.google.com/webstore/detail/devforum+/obannamndmafaddpcghdkilafpcckebl
Descrizione Makes the Roblox DevForum that bit nicer.
Dimensione del File 135 KB
Conteggio Installazioni 198
Versione Corrente 1.1
Ultimo Aggiornamento 2020-12-13
Data di Pubblicazione 2020-08-26
Valutazione 3.75/5 Totale 4 Valutazioni
Sviluppatore elliottlm
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/dfmeta/devforumplus
URL della Pagina di Aiuto https://github.com/dfmeta/devforumplus/issues
Lingue Supportate 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\/*"
    ]
}