Twitch cursor hiding

Hides the mouse cursor in the Twitch video player in fullscreen mode.

Twitch cursor hiding là gì?

Twitch cursor hiding là một tiện ích mở rộng Chrome được phát triển bởi Squad Dreams, và tính năng chính của nó là "Hides the mouse cursor in the Twitch video player in fullscreen mode.".

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

screenshot
screenshot

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

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

                        Doesn't work with extension overlays.

They have fixed it for now, so you don't have to download this extension.                    

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

Tên Twitch cursor hiding Twitch cursor hiding
ID ljdlkhfnpfkhlhhkiodhmehegkcamghe
URL Chính Thức https://chrome.google.com/webstore/detail/twitch-cursor-hiding/ljdlkhfnpfkhlhhkiodhmehegkcamghe
Mô tả Hides the mouse cursor in the Twitch video player in fullscreen mode.
Kích Thước Tệp 14.2 KB
Số Lần Cài Đặt 154
Phiên Bản Hiện Tại 2.3.2
Cập Nhật Lần Cuối 2020-08-01
Ngày Phát Hành 2020-05-09
Đánh Giá 3.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Squad Dreams
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://squaddreamsgames.000webhostapp.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "twitch.user.js"
            ],
            "matches": [
                "*:\/\/www.twitch.tv\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "converted_from_user_script": true,
    "description": "Hides the mouse cursor in the Twitch video player in fullscreen mode.",
    "name": "Twitch cursor hiding",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    }
}