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 |
| Eメール | [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"
}
} | |