DevForum+
Makes the Roblox DevForum that bit nicer.
Was ist DevForum+?
DevForum+ ist eine Chrome-Erweiterung, die von elliottlm entwickelt wurde, und ihr Hauptmerkmal ist "Makes the Roblox DevForum that bit nicer.".
Erweiterungsscreenshots
DevForum+-Erweiterungs-CRX-Datei herunterladen
Laden Sie DevForum+-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | obannamndmafaddpcghdkilafpcckebl |
Offizielle URL | https://chrome.google.com/webstore/detail/devforum+/obannamndmafaddpcghdkilafpcckebl |
Beschreibung | Makes the Roblox DevForum that bit nicer. |
Dateigröße | 135 KB |
Installationsanzahl | 198 |
Aktuelle Version | 1.1 |
Letztes Update | 2020-12-13 |
Veröffentlichungsdatum | 2020-08-26 |
Bewertung | 3.75/5 Insgesamt 4 Bewertungen |
Entwickler | elliottlm |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/dfmeta/devforumplus |
Hilfeseite URL | https://github.com/dfmeta/devforumplus/issues |
Unterstützte Sprachen | 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\/*" ] } |