Dr.Maggot

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

Dr.Maggot là gì?

Dr.Maggot là một tiện ích mở rộng Chrome được phát triển bởi styfish, và tính năng chính của nó là "Let's get rid of the trolls (Maggots) that are infesting the chat rooms of YouTube, Twitch, and OPENREC!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dr.Maggot

Tải xuống các tệp mở rộng Dr.Maggot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        【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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dr.Maggot Dr.Maggot
ID lohndmdifcjjclnedjmljpmdjmfpbnai
URL Chính Thức https://chromewebstore.google.com/detail/drmaggot/lohndmdifcjjclnedjmljpmdjmfpbnai
Mô tả Let's get rid of the trolls (Maggots) that are infesting the chat rooms of YouTube, Twitch, and OPENREC!
Kích Thước Tệp 99.4 KB
Số Lần Cài Đặt 2,233
Phiên Bản Hiện Tại 12.0.4.1
Cập Nhật Lần Cuối 2024-01-28
Ngày Phát Hành 2021-03-12
Đánh Giá 4.82/5 Tổng số 60 Đánh Giá
Nhà Phát Triển styfish
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}