Wild life mouse cursors

Spice up your browsing with fun cursors.

Co to jest Wild life mouse cursors?

Wild life mouse cursors to rozszerzenie Chrome opracowane przez https://appdepot.xyz, a jego główną funkcją jest „Spice up your browsing with fun cursors.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Wild life mouse cursors

Pobierz pliki rozszerzeń Wild life mouse cursors 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

                        Change your mouse cursor for a wild life mouse cursor.

To change cursor, click on the cursor icon situated on top right corner of Chrome.
You can at anytime get back your original cursor by clicking on the link at the bottom of the cursors list.
---
Note that your cursor will be change only when browsing the web with Chrome.                    

Podstawowe informacje o rozszerzeniu

Nazwa Wild life mouse cursors Wild life mouse cursors
ID hfmndnjipdepgchjiihkdilgilgfgckf
Oficjalny URL https://chromewebstore.google.com/detail/wild-life-mouse-cursors/hfmndnjipdepgchjiihkdilgilgfgckf
Opis Spice up your browsing with fun cursors.
Rozmiar pliku 68.81 KB
Liczba instalacji 416
Aktualna Wersja 3.0.0
Ostatnia Aktualizacja 2022-10-24
Data Publikacji 2022-10-24
Ocena 3.38/5 Łącznie 8 Oceny
Deweloper https://appdepot.xyz
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki de,en,fr,es,it,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html",
        "default_title": "Wild life"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "js": [
                "cursors.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "version": "3.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "cursors\/*",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}