DevForum+

Makes the Roblox DevForum that bit nicer.

Что такое DevForum+?

DevForum+ - это расширение Chrome, разработанное elliottlm, и его основная функция - "Makes the Roblox DevForum that bit nicer.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения DevForum+

Скачайте файлы расширений 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\/*"
    ]
}