DevForum+

Makes the Roblox DevForum that bit nicer.

什麼是DevForum+?

DevForum+是由elliottlm開發的Chrome擴展程式,該擴展的主要功能是“Makes the Roblox DevForum that bit nicer.”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 DevForum+ DevForum+
ID obannamndmafaddpcghdkilafpcckebl
官方網址 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
電子郵箱 [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\/*"
    ]
}