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
官方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
电子邮箱 [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\/*"
    ]
}