Automod Fighter

Remove automod comments from reddit.

Hvad er Automod Fighter?

Automod Fighter er en Chrome-udvidelse udviklet af mattstrouss, og dens hovedfunktion er "Remove automod comments from reddit.".

Udvidelsesskærmbilleder

screenshot

Download Automod Fighter-udvidelses-CRX-fil

Download Automod Fighter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension removes level 1 comments by the AutoModerator bot on reddit.                    

Grundlæggende oplysninger om udvidelsen

Navn Automod Fighter Automod Fighter
ID pkoadnkkigkpfnmcbafcdjmpabcgclfj
Officiel URL https://chromewebstore.google.com/detail/automod-fighter/pkoadnkkigkpfnmcbafcdjmpabcgclfj
Beskrivelse Remove automod comments from reddit.
Filstørrelse 12.99 KB
Antal Installationer 150
Nuværende Version 0.0.2
Senest Opdateret 2022-08-27
Udgivelsesdato 2022-08-26
Bedømmelse 4.20/5 Samlet 5 Bedømmelser
Udvikler mattstrouss
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Automod Fighter",
    "version": "0.0.2",
    "description": "Remove automod comments from reddit.",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.reddit.com\/*",
                "https:\/\/old.reddit.com\/*"
            ]
        }
    ]
}