Cursorify

Modify your cursors appearance in browser

What is Cursorify?

Cursorify is a Chrome extension developed by refractiontech, and its main feature is "Modify your cursors appearance in browser".

Extension Screenshots

screenshot

Download Cursorify Extension CRX File

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

                        The extensions allows you to change the default cursor suggesting you a huge amount of cursors with different coloring and structure.                    

Extension Basic Information

Name Cursorify Cursorify
ID edgfeonoalmppnpdjiedepmhknmfaipf
Official URL https://chromewebstore.google.com/detail/cursorify/edgfeonoalmppnpdjiedepmhknmfaipf
Description Modify your cursors appearance in browser
File Size 3.9 MB
Installation Count 21
Current Version 1.1.0
Last Updated 2020-03-04
Publish Date 2020-03-03
Rating 5.00/5 Total 2 Ratings
Developer refractiontech
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cursorify",
    "short_name": "Cursorify",
    "version": "1.1.0",
    "description": "Modify your cursors appearance in browser",
    "author": "Refraction.Tech",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "media\/logo16.png",
            "32": "media\/logo32.png",
            "48": "media\/logo48.png",
            "128": "media\/logo128.png"
        }
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true
        }
    ]
}