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…

Co to jest CUTE WALL-E?

CUTE WALL-E to rozszerzenie Chrome opracowane przez Paramon exct, a jego główną funkcją jest „Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CUTE WALL-E

Pobierz pliki rozszerzeń CUTE WALL-E w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa CUTE WALL-E CUTE WALL-E
ID ccnlabknkigbdflncffhbhbegohbodng
Oficjalny URL https://chromewebstore.google.com/detail/cute-wall-e/ccnlabknkigbdflncffhbhbegohbodng
Opis Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple…
Rozmiar pliku 33.5 KB
Liczba instalacji 16
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2022-04-22
Data Publikacji 2022-04-21
Ocena 5.00/5 Łącznie 26 Oceny
Deweloper Paramon exct
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.writeurl.com/publish/bfexen7u7r6an3scoaii
Obsługiwane Języki 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\/*.*"
            ]
        }
    ]
}