Cursor Hider

Hides your cursor (Just press ALT + C)

What is Cursor Hider?

Cursor Hider is a Chrome extension developed by http://ivoilic.com, and its main feature is "Hides your cursor (Just press ALT + C)".

Download Cursor Hider Extension CRX File

Download Cursor Hider extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Cursor Hider Cursor Hider
ID hndobfpbhbcbbpojgobjkmkjngcbeddg
Official URL https://chrome.google.com/webstore/detail/cursor-hider/hndobfpbhbcbbpojgobjkmkjngcbeddg
Description Hides your cursor (Just press ALT + C)
File Size 38.96 KB
Installation Count 129
Current Version 1.0
Last Updated 2015-04-07
Publish Date 2015-04-07
Rating 1.00/5 Total 11 Ratings
Developer http://ivoilic.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Ivo Ili\u0107",
    "name": "Cursor Hider",
    "description": "Hides your cursor (Just press ALT + C)",
    "version": "1.0",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "cursor-hider.css"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "cursor-hider.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ]
}