Dr.Maggot

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

Qu'est-ce que Dr.Maggot ?

Dr.Maggot est une extension Chrome développée par styfish, et sa fonction principale est "Let's get rid of the trolls (Maggots) that are infesting the chat rooms of YouTube, Twitch, and OPENREC!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Dr.Maggot

Téléchargez les fichiers d'extension Dr.Maggot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Dr.Maggot Dr.Maggot
ID lohndmdifcjjclnedjmljpmdjmfpbnai
URL Officiel https://chromewebstore.google.com/detail/drmaggot/lohndmdifcjjclnedjmljpmdjmfpbnai
Description Let's get rid of the trolls (Maggots) that are infesting the chat rooms of YouTube, Twitch, and OPENREC!
Taille du Fichier 99.4 KB
Nombre d'Installations 2,233
Version Actuelle 12.0.4.1
Dernière Mise à Jour 2024-01-28
Date de Publication 2021-03-12
Évaluation 4.82/5 Total 60 Évaluations
Développeur styfish
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}