Hide mouse pointer

Hides the mouse pointer/cursor after scrolling.

What is Hide mouse pointer?

Hide mouse pointer is a Chrome extension developed by Kenneth Sundqvist, and its main feature is "Hides the mouse pointer/cursor after scrolling.".

Extension Screenshots

Download Hide mouse pointer Extension CRX File

Download Hide mouse pointer 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

                        The pointer is shown again after moving the mouse.                    

Extension Basic Information

Name Hide mouse pointer Hide mouse pointer
ID lbbedlldjinglbnfghakndfbagkolfdf
Official URL https://chromewebstore.google.com/detail/hide-mouse-pointer/lbbedlldjinglbnfghakndfbagkolfdf
Description Hides the mouse pointer/cursor after scrolling.
File Size 10.07 KB
Installation Count 389
Current Version 1.1.0
Last Updated 2020-01-02
Publish Date 2020-01-02
Rating 3.75/5 Total 4 Ratings
Developer Kenneth Sundqvist
Email [email protected]
Payment Type free
Extension Website https://github.com/KennethSundqvist/hide-mouse-pointer-browser-extension#readme
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hide mouse pointer",
    "version": "1.1.0",
    "description": "Hides the mouse pointer\/cursor after scrolling.",
    "author": "Kenneth Sundqvist  (kesu.se)",
    "homepage_url": "https:\/\/github.com\/KennethSundqvist\/hide-mouse-pointer-browser-extension",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}