Wild life mouse cursors

Spice up your browsing with fun cursors.

Vad är Wild life mouse cursors?

Wild life mouse cursors är en Chrome-tillägg utvecklad av https://appdepot.xyz, och dess huvudfunktion är "Spice up your browsing with fun cursors.".

Tilläggsskärmbilder

screenshot

Ladda ner Wild life mouse cursors-förlängningens CRX-fil

Ladda ner Wild life mouse cursors-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Wild life mouse cursors Wild life mouse cursors
ID hfmndnjipdepgchjiihkdilgilgfgckf
Officiell webbadress https://chromewebstore.google.com/detail/wild-life-mouse-cursors/hfmndnjipdepgchjiihkdilgilgfgckf
Beskrivning Spice up your browsing with fun cursors.
Filstorlek 68.81 KB
Antal Installationer 416
Aktuell Version 3.0.0
Senast Uppdaterad 2022-10-24
Publiceringsdatum 2022-10-24
Betyg 3.38/5 Totalt 8 Betyg
Utvecklare https://appdepot.xyz
E-post [email protected]
Betalningssätt free
Stödda Språk 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": [
                ""
            ]
        }
    ]
}