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 - это расширение Chrome, разработанное https://custom-cursor.com, и его основная функция - "Add sparkle to your browsing experience with Custom Cursor Trails! A shiny star trail will follow your mouse cursor on the screen.".

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

screenshot

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

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