Wild life mouse cursors

Spice up your browsing with fun cursors.

Co je Wild life mouse cursors?

Wild life mouse cursors je rozšíření Chrome vyvinuté https://appdepot.xyz, a jeho hlavní funkcí je „Spice up your browsing with fun cursors.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Wild life mouse cursors

Stáhněte si soubory rozšíření Wild life mouse cursors ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Wild life mouse cursors Wild life mouse cursors
ID hfmndnjipdepgchjiihkdilgilgfgckf
Oficiální URL https://chromewebstore.google.com/detail/wild-life-mouse-cursors/hfmndnjipdepgchjiihkdilgilgfgckf
Popis Spice up your browsing with fun cursors.
Velikost souboru 68.81 KB
Počet instalací 416
Aktuální Verze 3.0.0
Poslední Aktualizace 2022-10-24
Datum Vydání 2022-10-24
Hodnocení 3.38/5 Celkem 8 Hodnocení
Vývojář https://appdepot.xyz
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}