Mouse Pointer Double

Displays copy of the mouse pointer on the page. Intended for use with Chromecast.

What is Mouse Pointer Double?

Mouse Pointer Double is a Chrome extension developed by noahlyle167, and its main feature is "Displays copy of the mouse pointer on the page. Intended for use with Chromecast.".

Extension Screenshots

screenshot

Download Mouse Pointer Double Extension CRX File

Download Mouse Pointer Double 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

                        reeeeeeeeeeeeeeeeee                    

Extension Basic Information

Name Mouse Pointer Double Mouse Pointer Double
ID hbdkmhipnebfndadbkdpkjeijkmddbjn
Official URL https://chrome.google.com/webstore/detail/mouse-pointer-double/hbdkmhipnebfndadbkdpkjeijkmddbjn
Description Displays copy of the mouse pointer on the page. Intended for use with Chromecast.
File Size 12.18 KB
Installation Count 15
Current Version 1.0.0
Last Updated 2019-03-31
Publish Date 2019-03-31
Rating 1.00/5 Total 1 Ratings
Developer noahlyle167
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mouse Pointer Double",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Displays copy of the mouse pointer on the page. Intended for use with Chromecast.",
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Show mouse pointer double",
        "default_icon": {
            "19": "images\/logo19.png",
            "38": "images\/logo38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "images\/cursor.png"
    ],
    "commands": {
        "_execute_browser_action": {
            "description": "Activate mouse pointer double",
            "suggested_key": {
                "default": "Alt+Shift+M"
            }
        }
    }
}