DevForum+
Makes the Roblox DevForum that bit nicer.
DevForum+ là gì?
DevForum+ là một tiện ích mở rộng Chrome được phát triển bởi elliottlm, và tính năng chính của nó là "Makes the Roblox DevForum that bit nicer.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DevForum+
Tải xuống các tệp mở rộng DevForum+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | obannamndmafaddpcghdkilafpcckebl |
URL Chính Thức | https://chrome.google.com/webstore/detail/devforum+/obannamndmafaddpcghdkilafpcckebl |
Mô tả | Makes the Roblox DevForum that bit nicer. |
Kích Thước Tệp | 135 KB |
Số Lần Cài Đặt | 198 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2020-12-13 |
Ngày Phát Hành | 2020-08-26 |
Đánh Giá | 3.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | elliottlm |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/dfmeta/devforumplus |
URL Trang Trợ Giúp | https://github.com/dfmeta/devforumplus/issues |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |