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.

Vad är Custom Cursor Trails?

Custom Cursor Trails är en Chrome-tillägg utvecklad av https://custom-cursor.com, och dess huvudfunktion är "Add sparkle to your browsing experience with Custom Cursor Trails! A shiny star trail will follow your mouse cursor on the screen.".

Tilläggsskärmbilder

screenshot

Ladda ner Custom Cursor Trails-förlängningens CRX-fil

Ladda ner Custom Cursor Trails-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

                        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.

✨❤️ ✨❤️ ✨❤️✨                    

Grundläggande Information om Tillägg

Namn Custom Cursor Trails Custom Cursor Trails
ID cpofhfeclnhnhodbcabgcihloffdpgpd
Officiell webbadress https://chromewebstore.google.com/detail/custom-cursor-trails/cpofhfeclnhnhodbcabgcihloffdpgpd
Beskrivning Add sparkle to your browsing experience with Custom Cursor Trails! A shiny star trail will follow your mouse cursor on the screen.
Filstorlek 531 KB
Antal Installationer 116,453
Aktuell Version 1.0.8
Senast Uppdaterad 2023-05-05
Publiceringsdatum 2023-04-24
Betyg 4.33/5 Totalt 215 Betyg
Utvecklare https://custom-cursor.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://custom-cursor.com/cursor-trails
URL till Sekretesspolicy Sidan https://custom-cursor.com/privacy
Stödda Språk 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"
    }
}