Fun Cursors - Lite

Have fun browsing the web with a new mouse cursor.

What is Fun Cursors - Lite?

Fun Cursors - Lite is a Chrome extension developed by Century, and its main feature is "Have fun browsing the web with a new mouse cursor.".

Extension Screenshots

screenshot

Download Fun Cursors - Lite Extension CRX File

Download Fun Cursors - Lite 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 extension allows you to change your default mouse cursor. 
Select a new mouse cursor by clicking on the extension popup.

Your mouse cursor will be changed on all website except Chrome store and new tab.                    

Extension Basic Information

Name Fun Cursors - Lite Fun Cursors - Lite
ID fdkfljgmhdclipgecdhknegajglbaelf
Official URL https://chrome.google.com/webstore/detail/fun-cursors-lite/fdkfljgmhdclipgecdhknegajglbaelf
Description Have fun browsing the web with a new mouse cursor.
File Size 265 KB
Installation Count 2,000
Current Version 0.0.4
Last Updated 2021-08-14
Publish Date 2020-03-10
Rating 3.33/5 Total 6 Ratings
Developer Century
Email [email protected]
Payment Type free
Supported Languages de,en,fr,no,es,it
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_popup": "popup.html",
        "default_title": "Cursors"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.slim.js",
                "page.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.4",
    "web_accessible_resources": [
        "cursors\/*",
        "*.css"
    ]
}