Cursor Trail

Cursor Trail allows your to personalize and enhance their cursor trail effectA cursor trail will follow your mouse cursor

什么是Cursor Trail?

Cursor Trail是由https://cursor-trails.com开发的Chrome扩展程序,该扩展的主要功能是“Cursor Trail allows your to personalize and enhance their cursor trail effectA cursor trail will follow your mouse cursor”。

扩展截图

screenshot
screenshot
screenshot

下载Cursor Trail扩展crx文件

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

扩展使用说明

                        Custom Cursor Experience: Elevate Your Browsing Adventure with Cursor Trail!

Are you tired of the same old cursor on your screen while browsing? Say goodbye to the mundane and embrace the excitement of a custom cursor style with the Cursor Trail browser extension! This remarkable extension lets you design and personalize your cursor trail like never before, giving you the power to add a touch of individuality to your browsing experience.

Why settle for a plain and uninspiring cursor when you can have a mesmerizing Cursor Trail that follows your every move? Let your mouse embark on an animated journey with an abundance of glitters, stars, and unique trails that will leave you spellbound.

Dive into a world of endless cursor customization possibilities with Cursor Trail. Discover a myriad of options, from sparkling shiny trails to twinkling stars and captivating animations, transforming your daily navigation into an enthralling and interactive experience.

Navigating overloaded web pages becomes a breeze with Cursor Trail's user-friendly browser extension. Effortlessly locate your mouse on cluttered pages and enhance multitasking with bright and engaging custom cursor trails.

Installation is a breeze, requiring just a few clicks to unlock a world of possibilities. Regular updates ensure a constant influx of new and attractive cursor trail designs. So why wait? Embark on your journey with Cursor Trail today by adding the extension to your Chrome browser.

Express your unique style and let your cursor shine as you turn every click into an exciting adventure. The joy of adding glitter, stars, and other attractive trails to your mouse cursor awaits you with the Cursor Trail browser extension, making your browsing more comfortable and visually captivating.

Experience the thrill of custom cursor design, animation, and diversity with Cursor Trail. Elevate your navigation, enjoy enchanting visual effects, and make your time on the Internet truly engaging and unforgettable. Start your custom cursor trail adventure now!                    

扩展基本信息

名称 Cursor Trail Cursor Trail
ID fpjcnfbpaacpbahdmdbhhjognddgknma
官方URL https://chromewebstore.google.com/detail/cursor-trail/fpjcnfbpaacpbahdmdbhhjognddgknma
简介 Cursor Trail allows your to personalize and enhance their cursor trail effectA cursor trail will follow your mouse cursor
文件大小 681 KB
安装次数 14,285
当前版本 1.9.10
更新时间 2024-02-24
上架时间 2023-05-24
评分 3.79/5 共14次评分
开发者 https://cursor-trails.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://cursor-trails.com
隐私政策页面URL https://youtube-customizer.com/privacy.html
支持的语言 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,sr,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
{
    "action": {
        "default_icon": {
            "128": "\/assets\/icons\/icon-128.png",
            "256": "\/assets\/icons\/icon-256.png",
            "32": "\/assets\/icons\/icon-32.png",
            "48": "\/assets\/icons\/icon-48.png",
            "64": "\/assets\/icons\/icon-64.png",
            "80": "\/assets\/icons\/icon-80.png",
            "96": "\/assets\/icons\/icon-96.png"
        },
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "style.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.youtube-customizer.com\/*",
                "*:\/\/*.cusmize.com\/*",
                "*:\/\/*.cursor-trails.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube-customizer.com\/*",
            "*:\/\/*.cusmize.com\/*",
            "*:\/\/*.cursor-trails.com\/*"
        ]
    },
    "icons": {
        "128": "\/assets\/icons\/icon-128.png",
        "256": "\/assets\/icons\/icon-256.png",
        "32": "\/assets\/icons\/icon-32.png",
        "48": "\/assets\/icons\/icon-48.png",
        "64": "\/assets\/icons\/icon-64.png",
        "80": "\/assets\/icons\/icon-80.png",
        "96": "\/assets\/icons\/icon-96.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkUAZLLKNVPp3tC4wRZENzjUDIuBnWHBPonyOl1GdAjt80IAatfyxfVAUj5H62u+ZJE6URiYJHFCe\/NtbZZRKHLMZlgz6lgqKdRk4gsfgK+pecDwV8\/CGHnh2Q3cL+JK1dqKJ7izAZ2vfRHLvhoL\/m13+OfHazNEn81PSJSaffADmLgJgu9CUatLZicPFEKSnzWeqXomt5hEj2nkRXIiIALzszm+02Qbz34UkT0qUCBd69nV8S8k3aHKyeQ2JxcfForse94CbdCIZ5Di8t9\/C2cftsIzO6YhUcbo5J4Qr3hd4A5wz6N5tnfOURun3P2VBsS3yUbH48phcZlpvScHNzwIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.9.10",
    "version_name": "1.9.10",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "*.*",
                "\/images\/*.*",
                "\/assets\/*.*"
            ]
        }
    ]
}