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”。
扩展截图
下载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.                     扩展基本信息
| 名称 |   |  
| ID | ghkgcbmfkhhianaenbebiamapecmgkjk | 
| 官方URL | 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"
    }
}  |  |