Wild life mouse cursors

Spice up your browsing with fun cursors.

Hvad er Wild life mouse cursors?

Wild life mouse cursors er en Chrome-udvidelse udviklet af https://appdepot.xyz, og dens hovedfunktion er "Spice up your browsing with fun cursors.".

Udvidelsesskærmbilleder

screenshot

Download Wild life mouse cursors-udvidelses-CRX-fil

Download Wild life mouse cursors-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Wild life mouse cursors Wild life mouse cursors
ID hfmndnjipdepgchjiihkdilgilgfgckf
Officiel URL https://chromewebstore.google.com/detail/wild-life-mouse-cursors/hfmndnjipdepgchjiihkdilgilgfgckf
Beskrivelse Spice up your browsing with fun cursors.
Filstørrelse 68.81 KB
Antal Installationer 416
Nuværende Version 3.0.0
Senest Opdateret 2022-10-24
Udgivelsesdato 2022-10-24
Bedømmelse 3.38/5 Samlet 8 Bedømmelser
Udvikler https://appdepot.xyz
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}