Ferrari-Cursor

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

O que é Ferrari-Cursor?

Ferrari-Cursor é uma extensão do Chrome desenvolvida por Reyesthef Fertzidenr, e sua principal característica é "Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Ferrari-Cursor

Baixe arquivos de extensão Ferrari-Cursor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Ferrari-Cursor Ferrari-Cursor
ID icppcklehjhjleamppjpjhpdkhpeblfo
URL Oficial https://chromewebstore.google.com/detail/ferrari-cursor/icppcklehjhjleamppjpjhpdkhpeblfo
Descrição Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…
Tamanho do Arquivo 35.99 KB
Contagem de Instalações 136
Versão Atual 0.0.1
Última Atualização 2022-04-21
Data de Publicação 2022-04-21
Classificação 5.00/5 Total de 25 Avaliações
Desenvolvedor Reyesthef Fertzidenr
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://nopaste.ml
Idiomas Suportados 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\/*.*"
            ]
        }
    ]
}