DevForum+
Makes the Roblox DevForum that bit nicer.
DevForum+とは何ですか?
DevForum+はelliottlmによって開発されたChromeの拡張機能で、その主な機能は「Makes the Roblox DevForum that bit nicer.」です。
拡張機能のスクリーンショット
DevForum+拡張機能のCRXファイルをダウンロード
DevForum+拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | obannamndmafaddpcghdkilafpcckebl |
公式URL | https://chrome.google.com/webstore/detail/devforum+/obannamndmafaddpcghdkilafpcckebl |
説明 | Makes the Roblox DevForum that bit nicer. |
ファイルサイズ | 135 KB |
インストール数 | 198 |
現在のバージョン | 1.1 |
最終更新日 | 2020-12-13 |
公開日 | 2020-08-26 |
評価 | 3.75/5 合計 4 レビュー |
開発者 | elliottlm |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/dfmeta/devforumplus |
ヘルプページのURL | https://github.com/dfmeta/devforumplus/issues |
対応言語 | 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\/*" ] } |