DevForum+
Makes the Roblox DevForum that bit nicer.
Apa itu DevForum+?
DevForum+ adalah ekstensi Chrome yang dikembangkan oleh elliottlm, dan fitur utamanya adalah "Makes the Roblox DevForum that bit nicer.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DevForum+
Unduh file ekstensi DevForum+ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | obannamndmafaddpcghdkilafpcckebl |
URL Resmi | https://chrome.google.com/webstore/detail/devforum+/obannamndmafaddpcghdkilafpcckebl |
Deskripsi | Makes the Roblox DevForum that bit nicer. |
Ukuran File | 135 KB |
Jumlah Instalasi | 198 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2020-12-13 |
Tanggal Publikasi | 2020-08-26 |
Penilaian | 3.75/5 Total 4 Penilaian |
Pengembang | elliottlm |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/dfmeta/devforumplus |
URL Halaman Bantuan | https://github.com/dfmeta/devforumplus/issues |
Bahasa yang Didukung | 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\/*" ] } |