Automod Fighter

Remove automod comments from reddit.

Automod Fighter là gì?

Automod Fighter là một tiện ích mở rộng Chrome được phát triển bởi mattstrouss, và tính năng chính của nó là "Remove automod comments from reddit.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Automod Fighter

Tải xuống các tệp mở rộng Automod Fighter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Automod Fighter Automod Fighter
ID pkoadnkkigkpfnmcbafcdjmpabcgclfj
URL Chính Thức https://chromewebstore.google.com/detail/automod-fighter/pkoadnkkigkpfnmcbafcdjmpabcgclfj
Mô tả Remove automod comments from reddit.
Kích Thước Tệp 12.99 KB
Số Lần Cài Đặt 150
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2022-08-27
Ngày Phát Hành 2022-08-26
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển mattstrouss
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}