Custom Cursors for Chrome

Enhance your Chrome experience with custom cursor. Give your mouse cursor a unique touch by replacing it with a custom cursor.

ما هو Custom Cursors for Chrome؟

Custom Cursors for Chrome هو إضافة Chrome تم تطويرها بواسطة https://cursorstore.com، والميزة الرئيسية لها هي "Enhance your Chrome experience with custom cursor. Give your mouse cursor a unique touch by replacing it with a custom cursor.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Custom Cursors for Chrome

قم بتنزيل ملفات الامتداد Custom Cursors for Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        It's such a cute custom cursors for Chrome. Show your individuality with the bright and gorgeous mouse pointer on every webpage. Forget about the boring and simple cursor that has many years to appear on the display. Now you are able to change your mouse pointer to something pink and cute ;)

Forget the boring default mouse pointer, because now it can be something more! Something to inspire you, cheer you up and just make you happy. We're the Cute Cursors crew and we've made it our mission to pimp your cursor!

We have breathed even more life into our mouse cursors. And so much so that now they have become alive. They shimmer in colors, move, spin, dance, and most importantly give even more expression and positive emotions. 

Custom cute cursors is a great extension for Chrome that lets you change your browsing experience by creating your own mouse pointers. With the library of this extension, you can find anything to suit your style, whether it's a set of animal symbols or something else entirely. Change your cursor now and get ready for an awesome experience!

5 reasons why you should install the Custom Cursors for Chrome extension:

1. Personalization - extension Custom Cursors for Chrome allows you to personalize your browsing experience by giving your mouse pointer a unique look.

2. Aesthetics - If you're someone who likes to pay attention to the little details, then this extension is perfect for you. Customized cursors can add a touch of aesthetic appeal to your browsing experience.

3. Easy to use - extension Custom Cursors for Chrome is incredibly easy to use. Simply install the extension and select your preferred cursor design. There's no technical knowledge required to use the extension.

4. Fun - Custom Cursors for Chrome can add a fun element to your browsing experience. With a variety of creative cursor designs available, you can swap out your mouse pointer design whenever you like to keep things interesting.

5. Improved visibility - If you struggle to see the default mouse cursor on your screen, then changing it to a customized design could improve your visibility. The increased visibility of a custom cursor can help you keep track of your mouse movements more easily.

Attention! Make sure you use the Cute Cursors extension on any web page other than the Chrome Web Store, Google internal pages, and the Chrome home page, as Google policy prohibits the use of custom cursors on these pages.                    

معلومات أساسية عن التمديد

الاسم Custom Cursors for Chrome Custom Cursors for Chrome
ID phfkifnjcmdcmljnnablahicoabkokbg
عنوان URL الرسمي https://chromewebstore.google.com/detail/custom-cursors-for-chrome/phfkifnjcmdcmljnnablahicoabkokbg
الوصف Enhance your Chrome experience with custom cursor. Give your mouse cursor a unique touch by replacing it with a custom cursor.
حجم الملف 1.01 MB
عدد التثبيتات 900,000
النسخة الحالية 2.0.7
آخر تحديث 2023-09-27
تاريخ النشر 2020-08-06
تقييم 4.46/5 مجموع تقييمات 4972
المطور https://cursorstore.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://cursorstore.com/
عنوان صفحة سياسة الخصوصية https://cursorstore.com/privacy-policy
اللغات المدعومة id,ms,de,en,en-GB,en-US,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,iw,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0.7",
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "action": {
        "default_icon": "assets\/static\/logo_32.png",
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "cursor-injector.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "js": [
                "content_site.js"
            ],
            "matches": [
                "https:\/\/cursorstore.com\/*",
                "https:\/\/staging.cursorstore.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "resources\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_page": ".\/options.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "assets\/static\/logo_16.png",
        "48": "assets\/static\/logo_48.png",
        "128": "assets\/static\/logo_128.png"
    }
}