Super Mouse

Select Mouse Cursor of Your own choice.

What is Super Mouse?

Super Mouse is a Chrome extension developed by Mr. Teachnology Inc., and its main feature is "Select Mouse Cursor of Your own choice.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Super Mouse Extension CRX File

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

                        Super Mouse
by Mr. Teachnology / Jay Murphy

Change your mouse cursor to an image of your choice.

Encourage and support the focus of readers of any level....Super Mouse does just that.  Choose an included image or select your own from the web and have a mouse cursor worth paying attention to.  

All instructions are within the pop up windoe of the extension.                    

Extension Basic Information

Name Super Mouse Super Mouse
ID cokbkfdekagbhjgcbmfocehbmocjmgmk
Official URL https://chromewebstore.google.com/detail/super-mouse/cokbkfdekagbhjgcbmfocehbmocjmgmk
Description Select Mouse Cursor of Your own choice.
File Size 133 KB
Installation Count 855
Current Version 1.8
Last Updated 2017-10-08
Publish Date 2017-10-08
Rating 3.00/5 Total 10 Ratings
Developer Mr. Teachnology Inc.
Email [email protected]
Payment Type free
Extension Website http://www.mrteachnology.com
Help Page URL https://www.mrteachnology.com
Privacy Policy Page URL http://www.jaymurphy.org
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Super Mouse",
    "description": "Select Mouse Cursor of Your own choice.",
    "version": "1.8",
    "background": {
        "scripts": [
            "background.js",
            "jquery.min.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "myscript.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "web_accessible_resources": [
        "lightbulb.png",
        "starp.png",
        "arrow.png",
        "star.png",
        "santa.png",
        "hand.png",
        "move.png",
        "select.png",
        "wink.png",
        "sad.png",
        "fav.png",
        "sleep.png",
        "cry.png",
        "sn.png",
        "g.png",
        "df.png",
        "lv.png",
        "bn.png",
        "cvv.png",
        "jh.png",
        "kl.png",
        "sd.png",
        "vb.png",
        "jhh.png"
    ]
}