Wild life mouse cursors

Spice up your browsing with fun cursors.

Wild life mouse cursors क्या है?

Wild life mouse cursors https://appdepot.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Spice up your browsing with fun cursors."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Wild life mouse cursors एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Wild life mouse cursors Wild life mouse cursors
ID hfmndnjipdepgchjiihkdilgilgfgckf
आधिकारिक URL https://chromewebstore.google.com/detail/wild-life-mouse-cursors/hfmndnjipdepgchjiihkdilgilgfgckf
विवरण Spice up your browsing with fun cursors.
फ़ाइल का आकार 68.81 KB
स्थापना संख्या 416
वर्तमान संस्करण 3.0.0
अंतिम अपडेट 2022-10-24
प्रकाशन तिथि 2022-10-24
रेटिंग 3.38/5 कुल 8 रेटिंग्स
डेवलपर https://appdepot.xyz
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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": [
                ""
            ]
        }
    ]
}