Mouse Tracker

The funnest way to never lose your mouse.

What is Mouse Tracker?

Mouse Tracker is a Chrome extension developed by jolincarlospate, and its main feature is "The funnest way to never lose your mouse.".

Extension Screenshots

screenshot

Download Mouse Tracker Extension CRX File

Download Mouse Tracker 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

                        Do not waste your mouse.
This is a fun extension will indicate in what direction is your mouse.                    

Extension Basic Information

Name Mouse Tracker Mouse Tracker
ID ngleeiadngmgkaecgcedkadngpnnalgg
Official URL https://chrome.google.com/webstore/detail/mouse-tracker/ngleeiadngmgkaecgcedkadngpnnalgg
Description The funnest way to never lose your mouse.
File Size 31.18 KB
Installation Count 125
Current Version 0.1
Last Updated 2017-04-04
Publish Date 2017-04-04
Developer jolincarlospate
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mouse Tracker",
    "version": "0.1",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png"
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "The funnest way to never lose your mouse.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    }
}