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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Let's get rid of the trolls (Maggots) that are infesting the chat rooms of YouTube, Twitch, and OPENREC!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dr.Maggot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}