Custom Cursor Trails

Add sparkle to your browsing experience with Custom Cursor Trails! A shiny star trail will follow your mouse cursor on the screen.

Wat is Custom Cursor Trails?

Custom Cursor Trails is een Chrome-extensie ontwikkeld door https://custom-cursor.com, en de belangrijkste functie is "Add sparkle to your browsing experience with Custom Cursor Trails! A shiny star trail will follow your mouse cursor on the screen.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Custom Cursor Trails

Download Custom Cursor Trails-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Enhance your browsing experience with the fun and exciting Custom Cursor Trails browser extension, designed to add sparkle and personality to your mouse cursor. This user-friendly extension allows you to choose from an array of glitter, stars, and other unique trails to follow your cursor, making your time online more enjoyable and entertaining.

With Custom Cursor Trails, you can effortlessly customize your cursor to match your mood or style. Choose from a diverse range of options, including shimmering glitter trails, twinkling stars, and playful animations, transforming your everyday browsing into a dazzling and interactive experience.

This easy-to-use browser extension not only adds an element of excitement to your online activities but also helps you navigate through web pages with ease. The eye-catching trails make it simple to locate your cursor on busy pages or during multitasking sessions, ensuring a seamless and engaging browsing experience.

Installing the Custom Cursor Trails extension is a breeze, and with regular updates, you can always look forward to new and exciting trail designs. To get started, simply add the extension to your browser and explore the extensive collection of cursor trails available. Personalize your cursor and let it shine, making every click an adventure.

Discover the joy of adding glitter, stars, and other delightful trails to your mouse cursor with the Custom Cursor Trails browser extension – a simple yet impactful way to elevate your browsing experience and express your unique style.

-------------------
! After installing the extension, refresh previously opened tabs to use it on those pages. Note that the extension may not work on Chrome Web Store pages or the home page. Open another website (e.g., google.com) to test the extension.

✨❤️ ✨❤️ ✨❤️✨                    

Basisinformatie over de Extensie

Naam Custom Cursor Trails Custom Cursor Trails
ID cpofhfeclnhnhodbcabgcihloffdpgpd
Officiële URL https://chromewebstore.google.com/detail/custom-cursor-trails/cpofhfeclnhnhodbcabgcihloffdpgpd
Beschrijving Add sparkle to your browsing experience with Custom Cursor Trails! A shiny star trail will follow your mouse cursor on the screen.
Bestandsgrootte 531 KB
Aantal Installaties 116,453
Huidige Versie 1.0.8
Laatst Bijgewerkt 2023-05-05
Publicatiedatum 2023-04-24
Beoordeling 4.33/5 Totaal 215 Beoordelingen
Ontwikkelaar https://custom-cursor.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://custom-cursor.com/cursor-trails
URL van de Privacybeleid Pagina https://custom-cursor.com/privacy
Ondersteunde Talen id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "version": "1.0.8",
    "manifest_version": 3,
    "default_locale": "en",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.custom-cursor.com\/*"
        ]
    },
    "options_page": "index.html",
    "permissions": [
        "scripting",
        "storage",
        "unlimitedStorage",
        "notifications",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "__MSG_short_name__",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "action": {
        "default_popup": "index.html",
        "default_title": "__MSG_title__",
        "default_icon": {
            "128": "images\/icons\/128.png",
            "256": "images\/icons\/256.png",
            "32": "images\/icons\/32.png",
            "64": "images\/icons\/64.png"
        }
    },
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoJmBH7MAwI2VXyXrjz60+ebJTJuZEwB9in0pkXDt3NRVj5736S0H\/rBZ\/UCSSikThWbXRvYoTFebl1U7B5P+wTyIKb0DJMZ6fAmenJXFYOlBPGCcpMIQWrsGB\/IzLOXTAqVgRPCzNzZQjwx7R5EEH49g\/HfQxonJB\/rqF7RoNHLScu2NvmeENovBYgOizakLMRkp0LXJBf8YsDcGLGRAfeu76wSAhvolHzDZv6ULADDGxDPlmsBtJFlxM+hAczDHNb3C9W+y7vxDsjIKcn4nhPZn3kbI5XoJ9f5FU+d+fQpz5JxU\/\/+D6cVlnTXsaioKhR8YugXmAffEN+LAPrdjrQIDAQAB",
    "icons": {
        "128": "\/images\/icons\/128.png",
        "256": "\/images\/icons\/256.png",
        "32": "\/images\/icons\/32.png",
        "64": "\/images\/icons\/64.png"
    }
}