DevForum+
Makes the Roblox DevForum that bit nicer.
Hvad er DevForum+?
DevForum+ er en Chrome-udvidelse udviklet af elliottlm, og dens hovedfunktion er "Makes the Roblox DevForum that bit nicer.".
Udvidelsesskærmbilleder
Download DevForum+-udvidelses-CRX-fil
Download DevForum+-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | obannamndmafaddpcghdkilafpcckebl |
Officiel URL | https://chrome.google.com/webstore/detail/devforum+/obannamndmafaddpcghdkilafpcckebl |
Beskrivelse | Makes the Roblox DevForum that bit nicer. |
Filstørrelse | 135 KB |
Antal Installationer | 198 |
Nuværende Version | 1.1 |
Senest Opdateret | 2020-12-13 |
Udgivelsesdato | 2020-08-26 |
Bedømmelse | 3.75/5 Samlet 4 Bedømmelser |
Udvikler | elliottlm |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/dfmeta/devforumplus |
Hjælpeside-URL | https://github.com/dfmeta/devforumplus/issues |
Understøttede Sprog | 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\/*" ] } |