Wild life mouse cursors

Spice up your browsing with fun cursors.

Was ist Wild life mouse cursors?

Wild life mouse cursors ist eine Chrome-Erweiterung, die von https://appdepot.xyz entwickelt wurde, und ihr Hauptmerkmal ist "Spice up your browsing with fun cursors.".

Erweiterungsscreenshots

screenshot

Wild life mouse cursors-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wild life mouse cursors-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Wild life mouse cursors Wild life mouse cursors
ID hfmndnjipdepgchjiihkdilgilgfgckf
Offizielle URL https://chromewebstore.google.com/detail/wild-life-mouse-cursors/hfmndnjipdepgchjiihkdilgilgfgckf
Beschreibung Spice up your browsing with fun cursors.
Dateigröße 68.81 KB
Installationsanzahl 416
Aktuelle Version 3.0.0
Letztes Update 2022-10-24
Veröffentlichungsdatum 2022-10-24
Bewertung 3.38/5 Insgesamt 8 Bewertungen
Entwickler https://appdepot.xyz
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}