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.

O que é Custom Cursor Trails?

Custom Cursor Trails é uma extensão do Chrome desenvolvida por https://custom-cursor.com, e sua principal característica é "Add sparkle to your browsing experience with Custom Cursor Trails! A shiny star trail will follow your mouse cursor on the screen.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Custom Cursor Trails

Baixe arquivos de extensão Custom Cursor Trails no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.

✨❤️ ✨❤️ ✨❤️✨                    

Informações Básicas da Extensão

Nome Custom Cursor Trails Custom Cursor Trails
ID cpofhfeclnhnhodbcabgcihloffdpgpd
URL Oficial https://chromewebstore.google.com/detail/custom-cursor-trails/cpofhfeclnhnhodbcabgcihloffdpgpd
Descrição Add sparkle to your browsing experience with Custom Cursor Trails! A shiny star trail will follow your mouse cursor on the screen.
Tamanho do Arquivo 531 KB
Contagem de Instalações 116,453
Versão Atual 1.0.8
Última Atualização 2023-05-05
Data de Publicação 2023-04-24
Classificação 4.33/5 Total de 215 Avaliações
Desenvolvedor https://custom-cursor.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://custom-cursor.com/cursor-trails
URL da Página de Política de Privacidade https://custom-cursor.com/privacy
Idiomas Suportados 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"
    }
}