DevForum+
Makes the Roblox DevForum that bit nicer.
Qu'est-ce que DevForum+ ?
DevForum+ est une extension Chrome développée par elliottlm, et sa fonction principale est "Makes the Roblox DevForum that bit nicer.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DevForum+
Téléchargez les fichiers d'extension DevForum+ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | obannamndmafaddpcghdkilafpcckebl |
URL Officiel | https://chrome.google.com/webstore/detail/devforum+/obannamndmafaddpcghdkilafpcckebl |
Description | Makes the Roblox DevForum that bit nicer. |
Taille du Fichier | 135 KB |
Nombre d'Installations | 198 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2020-12-13 |
Date de Publication | 2020-08-26 |
Évaluation | 3.75/5 Total 4 Évaluations |
Développeur | elliottlm |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/dfmeta/devforumplus |
URL de la Page d'Aide | https://github.com/dfmeta/devforumplus/issues |
Langues Prises en Charge | 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\/*" ] } |