Ferrari-Cursor

Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…

What is Ferrari-Cursor?

Ferrari-Cursor is a Chrome extension developed by Reyesthef Fertzidenr, and its main feature is "Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Ferrari-Cursor Extension CRX File

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

                        Change your regular default cursor to a new custom Ferrari one.

Show your personality with a bright and beautiful mouse pointer on every web page. Now you can choose from cute and colorful mouse cursors.                    

Extension Basic Information

Name Ferrari-Cursor Ferrari-Cursor
ID icppcklehjhjleamppjpjhpdkhpeblfo
Official URL https://chromewebstore.google.com/detail/ferrari-cursor/icppcklehjhjleamppjpjhpdkhpeblfo
Description Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…
File Size 35.99 KB
Installation Count 136
Current Version 0.0.1
Last Updated 2022-04-21
Publish Date 2022-04-21
Rating 5.00/5 Total 25 Ratings
Developer Reyesthef Fertzidenr
Email [email protected]
Payment Type free
Privacy Policy Page URL https://nopaste.ml
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "assets\/icons\/logo128.png",
            "32": "assets\/icons\/logo32.png",
            "16": "assets\/icons\/logo16.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "app.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "assets\/icons\/logo128.png",
        "32": "assets\/icons\/logo32.png",
        "16": "assets\/icons\/logo16.png"
    },
    "manifest_version": 3,
    "name": "Ferrari-Cursor",
    "permissions": [
        "storage"
    ],
    "version": "0.0.1",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/*.*"
            ]
        }
    ]
}