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 - это расширение Chrome, разработанное https://cursor-trails.com, и его основная функция - "Cursor Trail allows your to personalize and enhance their cursor trail effectA cursor trail will follow your mouse cursor".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Cursor Trail

Скачайте файлы расширений 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\/*.*"
            ]
        }
    ]
}