DevForum+
Makes the Roblox DevForum that bit nicer.
Co je DevForum+?
DevForum+ je rozšíření Chrome vyvinuté elliottlm, a jeho hlavní funkcí je „Makes the Roblox DevForum that bit nicer.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření DevForum+
Stáhněte si soubory rozšíření DevForum+ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | obannamndmafaddpcghdkilafpcckebl |
Oficiální URL | https://chrome.google.com/webstore/detail/devforum+/obannamndmafaddpcghdkilafpcckebl |
Popis | Makes the Roblox DevForum that bit nicer. |
Velikost souboru | 135 KB |
Počet instalací | 198 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2020-12-13 |
Datum Vydání | 2020-08-26 |
Hodnocení | 3.75/5 Celkem 4 Hodnocení |
Vývojář | elliottlm |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/dfmeta/devforumplus |
URL Stránky Nápovědy | https://github.com/dfmeta/devforumplus/issues |
Podporované Jazyky | 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\/*" ] } |