Hide Mouse for Hulu

Hide the mouse while viewing a Hulu video

Hide Mouse for Hulu là gì?

Hide Mouse for Hulu là một tiện ích mở rộng Chrome được phát triển bởi Nate Diven, và tính năng chính của nó là "Hide the mouse while viewing a Hulu video".

Ả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 Mouse for Hulu

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

                        No more annoying mouse cursor!

Do you hate looking at your mouse cursor while watching Hulu as much as I do? This extension will hide the mouse on the Hulu web player! Don't worry, the mouse reappears when you move it again. 

Thank you all for the positive feedback, I love reading your reviews!

If you like this extension please consider donating: https://venmo.com/code?user_id=2582462492311552610

You can view the source code by visiting the homepage url.                    

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

Tên Hide Mouse for Hulu Hide Mouse for Hulu
ID ghkgcbmfkhhianaenbebiamapecmgkjk
URL Chính Thức https://chromewebstore.google.com/detail/hide-mouse-for-hulu/ghkgcbmfkhhianaenbebiamapecmgkjk
Mô tả Hide the mouse while viewing a Hulu video
Kích Thước Tệp 7.01 KB
Số Lần Cài Đặt 2,044
Phiên Bản Hiện Tại 0.2.5
Cập Nhật Lần Cuối 2022-01-20
Ngày Phát Hành 2021-05-23
Đánh Giá 4.83/5 Tổng số 23 Đánh Giá
Nhà Phát Triển Nate Diven
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/NateXVI/Hide-Mouse-Hulu/tree/v0.2.4
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "manifest_version": 3,
    "name": "Hide Mouse for Hulu",
    "version": "0.2.5",
    "description": "Hide the mouse while viewing a Hulu video",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_title": "Hide Mouse from Hulu",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.hulu.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon.png"
    }
}