Wild life mouse cursors

Spice up your browsing with fun cursors.

Cos'è Wild life mouse cursors?

Wild life mouse cursors è un'estensione di Chrome sviluppata da https://appdepot.xyz, e la sua funzione principale è "Spice up your browsing with fun cursors.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Wild life mouse cursors

Scarica i file di estensione Wild life mouse cursors in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Wild life mouse cursors Wild life mouse cursors
ID hfmndnjipdepgchjiihkdilgilgfgckf
URL Ufficiale https://chromewebstore.google.com/detail/wild-life-mouse-cursors/hfmndnjipdepgchjiihkdilgilgfgckf
Descrizione Spice up your browsing with fun cursors.
Dimensione del File 68.81 KB
Conteggio Installazioni 416
Versione Corrente 3.0.0
Ultimo Aggiornamento 2022-10-24
Data di Pubblicazione 2022-10-24
Valutazione 3.38/5 Totale 8 Valutazioni
Sviluppatore https://appdepot.xyz
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}