Hide My Cursor
This extension hides the cursor on any page.
What is Hide My Cursor?
Hide My Cursor is a Chrome extension developed by alex.biczak, and its main feature is "This extension hides the cursor on any page.".
Download Hide My Cursor Extension CRX File
Download Hide My Cursor 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
Show and Hide your cursor with the click of a button!
Extension Basic Information
Name | |
ID | kmmnidodokgfbfijhedppchkenfdbedj |
Official URL | https://chrome.google.com/webstore/detail/hide-my-cursor/kmmnidodokgfbfijhedppchkenfdbedj |
Description | This extension hides the cursor on any page. |
File Size | 5.89 KB |
Installation Count | 86 |
Current Version | 0.0.5 |
Last Updated | 2017-10-15 |
Publish Date | 2017-10-15 |
Rating | 1.00/5 Total 3 Ratings |
Developer | alex.biczak |
Payment Type | free |
Supported Languages | 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" ] } |