Ferrari-Cursor

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

Cos'è Ferrari-Cursor?

Ferrari-Cursor è un'estensione di Chrome sviluppata da Reyesthef Fertzidenr, e la sua funzione principale è "Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Ferrari-Cursor

Scarica i file di estensione Ferrari-Cursor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Ferrari-Cursor Ferrari-Cursor
ID icppcklehjhjleamppjpjhpdkhpeblfo
URL Ufficiale https://chromewebstore.google.com/detail/ferrari-cursor/icppcklehjhjleamppjpjhpdkhpeblfo
Descrizione Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…
Dimensione del File 35.99 KB
Conteggio Installazioni 136
Versione Corrente 0.0.1
Ultimo Aggiornamento 2022-04-21
Data di Pubblicazione 2022-04-21
Valutazione 5.00/5 Totale 25 Valutazioni
Sviluppatore Reyesthef Fertzidenr
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://nopaste.ml
Lingue Supportate 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\/*.*"
            ]
        }
    ]
}