Hide My Cursor

This extension hides the cursor on any page.

Hide My Cursorとは何ですか?

Hide My Cursorはalex.biczakによって開発されたChromeの拡張機能で、その主な機能は「This extension hides the cursor on any page.」です。

Hide My Cursor拡張機能のCRXファイルをダウンロード

Hide My Cursor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Show and Hide your cursor with the click of a button!                    

拡張機能の基本情報

名前 Hide My Cursor Hide My Cursor
ID kmmnidodokgfbfijhedppchkenfdbedj
公式URL https://chrome.google.com/webstore/detail/hide-my-cursor/kmmnidodokgfbfijhedppchkenfdbedj
説明 This extension hides the cursor on any page.
ファイルサイズ 5.89 KB
インストール数 86
現在のバージョン 0.0.5
最終更新日 2017-10-15
公開日 2017-10-15
評価 1.00/5 合計 3 レビュー
開発者 alex.biczak
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hide My Cursor",
    "description": "This extension hides the cursor on any page.",
    "version": "0.0.5",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}