Cursorly - Fun Custom Cursors for Chrome™

Change your boring default cursor to a fun custom cursor from our ever growing collection.

Cursorly - Fun Custom Cursors for Chrome™ क्या है?

Cursorly - Fun Custom Cursors for Chrome™ https://cursorly.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change your boring default cursor to a fun custom cursor from our ever growing collection."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Cursorly - Fun Custom Cursors for Chrome™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Make your browsing experience more fun and unique with Cursorly! 

With our ever-growing collection of custom cursors, you can easily find one that fits your personality perfectly. Whether you're looking for a cute animal cursor or a cool neon one, we've got you covered.

It's quick and easy to switch between cursors, disable them, or browse your favorites from the extension menu. Plus, new cursors are added monthly, so you'll always have fresh options to choose from. 

Our current collection includes:
Zodiac signs
Ice cream cones
Crystals
Animals
Food
Neon cursors
And more!

Best of all, Cursorly is free to use! So start expressing yourself today with a fun custom cursor from Cursorly.io!

NEW DECEMBER UPDATE!! Every week we pick a cursor of the week and notify you through the extension! It's an easy way to stay up to date on our newest and favorite cursors

Permissions requested: 
- Notifications: Used to conveniently let you know about new cursors every week.
- Alarms: Needed to get a count of daily active users every 24hrs, so our developers can ensure the extension is working properly.                    

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

नाम Cursorly - Fun Custom Cursors for Chrome™ Cursorly - Fun Custom Cursors for Chrome™
ID pdnffbobcdigmiedjnkgnohgokoijjel
आधिकारिक URL https://chromewebstore.google.com/detail/cursorly-fun-custom-curso/pdnffbobcdigmiedjnkgnohgokoijjel
विवरण Change your boring default cursor to a fun custom cursor from our ever growing collection.
फ़ाइल का आकार 1.26 MB
स्थापना संख्या 962
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2022-12-17
प्रकाशन तिथि 2022-10-02
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर https://cursorly.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cursorly.io/
गोपनीयता नीति पृष्ठ URL https://system1.com/terms/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "https:\/\/cursorly.io\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "name": "Cursorly - Fun Custom Cursors for Chrome\u2122",
    "version": "1.1.0",
    "description": "Change your boring default cursor to a fun custom cursor from our ever growing collection.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "16.png",
            "48": "48.png",
            "128": "128.png"
        }
    }
}