Hide Mouse
Hides mouse in fullscreen
Hide Mouseとは何ですか?
Hide MouseはRyan Gerald Conleyによって開発されたChromeの拡張機能で、その主な機能は「Hides mouse in fullscreen」です。
拡張機能のスクリーンショット
Hide Mouse拡張機能のCRXファイルをダウンロード
Hide Mouse拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hides your mouse when viewing videos in fullscreen on less modern video players. It doesn't affect more modern players like Youtube's that do this automatically. Just click the icon if you want to enable/disable the extension.
拡張機能の基本情報
名前 | Hide Mouse |
ID | fhailkcelmfnlidlgejaggffjepcemok |
公式URL | https://chromewebstore.google.com/detail/hide-mouse/fhailkcelmfnlidlgejaggffjepcemok |
説明 | Hides mouse in fullscreen |
ファイルサイズ | 37.28 KB |
インストール数 | 751 |
現在のバージョン | 1.0 |
最終更新日 | 2016-08-11 |
公開日 | 2016-08-11 |
評価 | 3.35/5 合計 26 レビュー |
開発者 | Ryan Gerald Conley |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide Mouse", "version": "1.0", "manifest_version": 2, "description": "Hides mouse in fullscreen", "icons": { "128": "hide-mouse.png" }, "browser_action": [], "author": "Ryan Gerald Conley", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |