Automod Fighter
Remove automod comments from reddit.
什么是Automod Fighter?
Automod Fighter是由mattstrouss开发的Chrome扩展程序,该扩展的主要功能是“Remove automod comments from reddit.”。
扩展截图
下载Automod Fighter扩展crx文件
下载Automod Fighter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        This extension removes level 1 comments by the AutoModerator bot on reddit.                     扩展基本信息
| 名称 |   |  
| ID | pkoadnkkigkpfnmcbafcdjmpabcgclfj | 
| 官方URL | https://chromewebstore.google.com/detail/automod-fighter/pkoadnkkigkpfnmcbafcdjmpabcgclfj | 
| 简介 | Remove automod comments from reddit. | 
| 文件大小 | 12.99 KB | 
| 安装次数 | 150 | 
| 当前版本 | 0.0.2 | 
| 更新时间 | 2022-08-27 | 
| 上架时间 | 2022-08-26 | 
| 评分 | 4.20/5 共5次评分 | 
| 开发者 | mattstrouss | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | 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\/*"
            ]
        }
    ]
}  |  |