Hide Mouse for Hulu

Hide the mouse while viewing a Hulu video

什麼是Hide Mouse for Hulu?

Hide Mouse for Hulu是由Nate Diven開發的Chrome擴展程式,該擴展的主要功能是“Hide the mouse while viewing a Hulu video”。

擴展截圖

screenshot

下載Hide Mouse for Hulu擴展crx文件

下載Hide Mouse for Hulu擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Hide Mouse for Hulu Hide Mouse for Hulu
ID ghkgcbmfkhhianaenbebiamapecmgkjk
官方網址 https://chromewebstore.google.com/detail/hide-mouse-for-hulu/ghkgcbmfkhhianaenbebiamapecmgkjk
簡介 Hide the mouse while viewing a Hulu video
檔案大小 7.01 KB
安裝次數 2,044
目前版本 0.2.5
更新時間 2022-01-20
上架時間 2021-05-23
評分 4.83/5 共 23 次評分
開發者 Nate Diven
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/NateXVI/Hide-Mouse-Hulu/tree/v0.2.4
支援的語言 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"
    }
}