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.

什么是Custom Cursor Trails?

Custom Cursor Trails是由https://custom-cursor.com开发的Chrome扩展程序,该扩展的主要功能是“Add sparkle to your browsing experience with Custom Cursor Trails! A shiny star trail will follow your mouse cursor on the screen.”。

扩展截图

screenshot

下载Custom Cursor Trails扩展crx文件

下载Custom Cursor Trails扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.

✨❤️ ✨❤️ ✨❤️✨                    

扩展基本信息

名称 Custom Cursor Trails Custom Cursor Trails
ID cpofhfeclnhnhodbcabgcihloffdpgpd
官方URL https://chromewebstore.google.com/detail/custom-cursor-trails/cpofhfeclnhnhodbcabgcihloffdpgpd
简介 Add sparkle to your browsing experience with Custom Cursor Trails! A shiny star trail will follow your mouse cursor on the screen.
文件大小 531 KB
安装次数 116,453
当前版本 1.0.8
更新时间 2023-05-05
上架时间 2023-04-24
评分 4.33/5 共215次评分
开发者 https://custom-cursor.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://custom-cursor.com/cursor-trails
隐私政策页面URL https://custom-cursor.com/privacy
支持的语言 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"
    }
}