Follow Cursor

Adds custom mouse pointer that rotate in he way that you steer it

What is Follow Cursor?

Follow Cursor is a Chrome extension developed by thelidcer, and its main feature is "Adds custom mouse pointer that rotate in he way that you steer it".

Extension Screenshots

screenshot

Download Follow Cursor Extension CRX File

Download Follow 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

                        Adds custom mouse pointer that rotates in the way you steer it                    

Extension Basic Information

Name Follow Cursor Follow Cursor
ID dphiobephcfbbeeimmefecgjeaimkdhk
Official URL https://chrome.google.com/webstore/detail/follow-cursor/dphiobephcfbbeeimmefecgjeaimkdhk
Description Adds custom mouse pointer that rotate in he way that you steer it
File Size 41.58 KB
Installation Count 43
Current Version 1.0.1
Last Updated 2020-10-05
Publish Date 2020-10-05
Rating 2.33/5 Total 3 Ratings
Developer thelidcer
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Follow Cursor",
    "icons": {
        "48": "assets\/images\/icon_48.png",
        "128": "assets\/images\/icon_128.png"
    },
    "web_accessible_resources": [
        "assets\/css\/bootstrap.css",
        "assets\/css\/cursor.css",
        "assets\/css\/popup.css",
        "assets\/images\/icon_128.png",
        "assets\/images\/icon_48.png",
        "assets\/images\/normal.svg"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "assets\/scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/images\/icon_48.png",
        "default_popup": "assets\/html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/scripts\/content.js"
            ],
            "css": [
                "assets\/css\/cursor.css"
            ],
            "run_at": "document_end"
        }
    ],
    "version": "1.0.1",
    "description": "Adds custom mouse pointer that rotate in he way that you steer it"
}