Twitch Bot list

Shows twitch bots in different color.

Twitch Bot list là gì?

Twitch Bot list là một tiện ích mở rộng Chrome được phát triển bởi GiraffeSummer, và tính năng chính của nó là "Shows twitch bots in different color.".

Ả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 Twitch Bot list

Tải xuống các tệp mở rộng Twitch Bot list 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 add-on will change the colour of known twitch bots so you can tell who is a bot.                    

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

Tên Twitch Bot list Twitch Bot list
ID ofajeflbcbafcbeglpmcodedeieocnpk
URL Chính Thức https://chromewebstore.google.com/detail/twitch-bot-list/ofajeflbcbafcbeglpmcodedeieocnpk
Mô tả Shows twitch bots in different color.
Kích Thước Tệp 17.69 KB
Số Lần Cài Đặt 155
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-12-28
Ngày Phát Hành 2020-12-28
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển GiraffeSummer
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Bot list",
    "version": "1.1",
    "description": "Shows twitch bots in different color.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "256": "icons\/icon350.png",
        "48": "icons\/icon350.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "browser_action": {
        "default_icon": {
            "256": "icons\/icon350.png"
        }
    }
}