Cursorly - Fun Custom Cursors for Chrome™

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

Qu'est-ce que Cursorly - Fun Custom Cursors for Chrome™ ?

Cursorly - Fun Custom Cursors for Chrome™ est une extension Chrome développée par https://cursorly.io, et sa fonction principale est "Change your boring default cursor to a fun custom cursor from our ever growing collection.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Cursorly - Fun Custom Cursors for Chrome™

Téléchargez les fichiers d'extension Cursorly - Fun Custom Cursors for Chrome™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Cursorly - Fun Custom Cursors for Chrome™ Cursorly - Fun Custom Cursors for Chrome™
ID pdnffbobcdigmiedjnkgnohgokoijjel
URL Officiel https://chromewebstore.google.com/detail/cursorly-fun-custom-curso/pdnffbobcdigmiedjnkgnohgokoijjel
Description Change your boring default cursor to a fun custom cursor from our ever growing collection.
Taille du Fichier 1.26 MB
Nombre d'Installations 962
Version Actuelle 1.1.0
Dernière Mise à Jour 2022-12-17
Date de Publication 2022-10-02
Évaluation 4.33/5 Total 6 Évaluations
Développeur https://cursorly.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://cursorly.io/
URL de la Page de Politique de Confidentialité https://system1.com/terms/privacy-policy
Langues Prises en Charge 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"
        }
    }
}