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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        【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"
    ]
}