Mouse Pointer Highliter

Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media

What is Mouse Pointer Highliter?

Mouse Pointer Highliter is a Chrome extension developed by Debug Media, and its main feature is "Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media".

Extension Screenshots

screenshot

Download Mouse Pointer Highliter Extension CRX File

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

                        This will hide all the elements on the screen except the portion of your mouse pointer, This is going to be very useful when you are taking online classes if you want them to focus on the section you are reading / explaining then you just have to point to that section and only that section will be visible                    

Extension Basic Information

Name Mouse Pointer Highliter Mouse Pointer Highliter
ID fpnbcnljcbokdgeiihchnhobbokloaon
Official URL https://chromewebstore.google.com/detail/mouse-pointer-highliter/fpnbcnljcbokdgeiihchnhobbokloaon
Description Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media
File Size 4.68 KB
Installation Count 21
Current Version 1.0.0
Last Updated 2020-08-14
Publish Date 2020-08-13
Rating 5.00/5 Total 1 Ratings
Developer Debug Media
Email [email protected]
Payment Type free
Extension Website https://www.youtube.com/debugmedia
Help Page URL https://www.youtube.com/debugmedia
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mouse Pointer Highliter",
    "version": "1.0.0",
    "description": "Mouse Pointer Highliter that shows only the portion of the mouse pointer, Developed by Debug Media",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}