Automod Fighter

Remove automod comments from reddit.

What is Automod Fighter?

Automod Fighter is a Chrome extension developed by mattstrouss, and its main feature is "Remove automod comments from reddit.".

Extension Screenshots

screenshot

Download Automod Fighter Extension CRX File

Download Automod Fighter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Automod Fighter Automod Fighter
ID pkoadnkkigkpfnmcbafcdjmpabcgclfj
Official URL https://chromewebstore.google.com/detail/automod-fighter/pkoadnkkigkpfnmcbafcdjmpabcgclfj
Description Remove automod comments from reddit.
File Size 12.99 KB
Installation Count 150
Current Version 0.0.2
Last Updated 2022-08-27
Publish Date 2022-08-26
Rating 4.20/5 Total 5 Ratings
Developer mattstrouss
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}