Hide Twitch Chat Users

Enter the names of usernames you would like to hide messages from in Twitch.tv chats (split by whitespace and/or commas).

Hide Twitch Chat Users là gì?

Hide Twitch Chat Users là một tiện ích mở rộng Chrome được phát triển bởi mikeyaworski, và tính năng chính của nó là "Enter the names of usernames you would like to hide messages from in Twitch.tv chats (split by whitespace and/or commas).".

Ả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 Hide Twitch Chat Users

Tải xuống các tệp mở rộng Hide Twitch Chat Users 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

                        Click on the icon in your chrome menu to edit settings. Enter the names of usernames you would like to hide messages from in Twitch.tv chats (split by whitespace and/or commas).

Check the "hide" checkbox in order for this to take effect. On all Twitch pages, a script will run every 100 milliseconds to hide all messages in chats from the usernames you wrote down.

If you make any changes to the usernames or the checkbox, refresh the webpage for them to take effect.                    

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

Tên Hide Twitch Chat Users Hide Twitch Chat Users
ID fcijjhjjaiacddgmgcmlhoabkhmmfiib
URL Chính Thức https://chromewebstore.google.com/detail/hide-twitch-chat-users/fcijjhjjaiacddgmgcmlhoabkhmmfiib
Mô tả Enter the names of usernames you would like to hide messages from in Twitch.tv chats (split by whitespace and/or commas).
Kích Thước Tệp 38.64 KB
Số Lần Cài Đặt 326
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2023-04-29
Ngày Phát Hành 2016-08-14
Đánh Giá 3.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển mikeyaworski
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mikeyaworski/Hide-Twitch-Chat-Users
URL Trang Trợ Giúp https://github.com/mikeyaworski/Hide-Twitch-Chat-Users/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Twitch Chat Users",
    "description": "Enter the names of usernames you would like to hide messages from in Twitch.tv chats (split by whitespace and\/or commas).",
    "version": "2.1.0",
    "manifest_version": 3,
    "browser_specific_settings": {
        "gecko": {
            "id": "{6b982795-4e75-4bc0-a1d8-616f4eb39970}"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}