DevForum+
Makes the Roblox DevForum that bit nicer.
Co to jest DevForum+?
DevForum+ to rozszerzenie Chrome opracowane przez elliottlm, a jego główną funkcją jest „Makes the Roblox DevForum that bit nicer.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DevForum+
Pobierz pliki rozszerzeń DevForum+ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | obannamndmafaddpcghdkilafpcckebl |
Oficjalny URL | https://chrome.google.com/webstore/detail/devforum+/obannamndmafaddpcghdkilafpcckebl |
Opis | Makes the Roblox DevForum that bit nicer. |
Rozmiar pliku | 135 KB |
Liczba instalacji | 198 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2020-12-13 |
Data Publikacji | 2020-08-26 |
Ocena | 3.75/5 Łącznie 4 Oceny |
Deweloper | elliottlm |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/dfmeta/devforumplus |
Adres URL Strony Pomocy | https://github.com/dfmeta/devforumplus/issues |
Obsługiwane Języki | 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\/*" ] } |