Dr.Maggot

Let's get rid of the trolls (Maggots) that are infesting the chat rooms of YouTube, Twitch, and OPENREC!

什么是Dr.Maggot?

Dr.Maggot是由styfish开发的Chrome扩展程序,该扩展的主要功能是“Let's get rid of the trolls (Maggots) that are infesting the chat rooms of YouTube, Twitch, and OPENREC!”。

扩展截图

screenshot
screenshot
screenshot

下载Dr.Maggot扩展crx文件

下载Dr.Maggot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        【Features】
- Automatically delete chats with banned words, banned users, or banned emotes.
- Limit the number of characters in chats.
- Limit the number of emotes in chats.
- Display chats on the screen
- Hide or unify usernames.
- Color the chat section in stripes.
- Change the font and font size of the chat section.
- Enable a pseudo-subscriber-only mode.
- Automatically click Twitch bonuses.

【How to use】
Open the settings screen from the extension icon in the upper right corner.

【Notes】If you find a bug or have a feature request, please DM the following Twitter account, post to the following Odaibako, or leave a review on the Chrome Web Store.
https://twitter.com/styflsh
https://odaibako.net/u/styfish

(translated by Bard)                    

扩展基本信息

名称 Dr.Maggot Dr.Maggot
ID lohndmdifcjjclnedjmljpmdjmfpbnai
官方URL https://chromewebstore.google.com/detail/drmaggot/lohndmdifcjjclnedjmljpmdjmfpbnai
简介 Let's get rid of the trolls (Maggots) that are infesting the chat rooms of YouTube, Twitch, and OPENREC!
文件大小 99.4 KB
安装次数 2,233
当前版本 12.0.4.1
更新时间 2024-01-28
上架时间 2021-03-12
评分 4.82/5 共60次评分
开发者 styfish
电子邮箱 [email protected]
付费类型 free
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dr.Maggot",
    "manifest_version": 3,
    "description": "__MSG_Manifest_Description__",
    "default_locale": "ja",
    "version": "12.0.4.1",
    "icons": {
        "128": "public\/img\/dr.maggot.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": true,
            "matches": [
                "https:\/\/www.twitch.tv\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.openrec.tv\/*"
            ],
            "js": [
                "js\/index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "public\/img\/*",
                "public\/web_style\/*"
            ],
            "matches": [
                "https:\/\/www.twitch.tv\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.openrec.tv\/*"
            ]
        }
    ],
    "action": {
        "default_icon": "public\/img\/dr.maggot.png",
        "default_popup": "public\/docs\/popup.html"
    },
    "background": {
        "service_worker": "js\/sw.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "fontSettings"
    ]
}