CUTE WALL-E

Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple…

O que é CUTE WALL-E?

CUTE WALL-E é uma extensão do Chrome desenvolvida por Paramon exct, e sua principal característica é "Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CUTE WALL-E

Baixe arquivos de extensão CUTE WALL-E 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

                        Wanted a cute mouse cursor instead of regular one?

Our extension will solve your problem! The CUTE WALL-E cursor is a very simple extension for which nothing needs to be configured.
It will change your cursor to the one from the WALL-E cartoon.
Brighten up your day and enjoy it                    

Informações Básicas da Extensão

Nome CUTE WALL-E CUTE WALL-E
ID ccnlabknkigbdflncffhbhbegohbodng
URL Oficial https://chromewebstore.google.com/detail/cute-wall-e/ccnlabknkigbdflncffhbhbegohbodng
Descrição Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple…
Tamanho do Arquivo 33.5 KB
Contagem de Instalações 16
Versão Atual 0.0.1
Última Atualização 2022-04-22
Data de Publicação 2022-04-21
Classificação 5.00/5 Total de 26 Avaliações
Desenvolvedor Paramon exct
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.writeurl.com/publish/bfexen7u7r6an3scoaii
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": "CUTE WALL-E",
    "permissions": [
        "storage"
    ],
    "version": "0.0.1",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/*.*"
            ]
        }
    ]
}