DevForum+
Makes the Roblox DevForum that bit nicer.
What is DevForum+?
DevForum+ is a Chrome extension developed by elliottlm, and its main feature is "Makes the Roblox DevForum that bit nicer.".
Extension Screenshots
Download DevForum+ Extension CRX File
Download DevForum+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | obannamndmafaddpcghdkilafpcckebl |
Official URL | https://chrome.google.com/webstore/detail/devforum+/obannamndmafaddpcghdkilafpcckebl |
Description | Makes the Roblox DevForum that bit nicer. |
File Size | 135 KB |
Installation Count | 198 |
Current Version | 1.1 |
Last Updated | 2020-12-13 |
Publish Date | 2020-08-26 |
Rating | 3.75/5 Total 4 Ratings |
Developer | elliottlm |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/dfmeta/devforumplus |
Help Page URL | https://github.com/dfmeta/devforumplus/issues |
Supported Languages | 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\/*" ] } |