Custom Cursor for Chrome™

Get custom cursors for Chrome. Replace your default mouse cursor with a cool custom cursor. Have fun with custom cursors for Chrome.

ما هو Custom Cursor for Chrome™؟

Custom Cursor for Chrome™ هو إضافة Chrome تم تطويرها بواسطة CustomCursorMe، والميزة الرئيسية لها هي "Get custom cursors for Chrome. Replace your default mouse cursor with a cool custom cursor. Have fun with custom cursors for Chrome.".

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

screenshot
screenshot

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

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

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

                        The custom cursor extension for Chrome is a browser extension that allows users to change the appearance of their mouse cursor. The extension provides a collection of custom cursor images that users can choose from to replace the default cursor image.

Once the extension is installed, users can easily activate it and browse through the available custom cursor images. They can preview each cursor image before selecting it and applying it to their browser. The custom cursor will then appear whenever they move their mouse within the browser window.

This extension offers users the ability to personalize their browsing experience and add some fun or creativity to their cursor. It can also be useful for people who have difficulty seeing the default cursor or want a cursor that is easier to see or track on their screen.

Overall, the custom cursor extension for Chrome is a simple and straightforward tool that adds a fun and personal touch to the browsing experience.

Make your web surfing experience more enjoyable with this custom mouse cursor. It is suitable for people of all ages.

Note.
Please note that according to Google's rules, extensions can not work on chrome web store pages and internal pages of the Chrome browser, such as the home page, settings, downloads, etc. Also, the extension cannot customize the cursor on the browser navigation bar, such as tabs buttons, URL bar, toolbar, etc. 

Please open any other website (for example, google.com) after installing this extension and check how the extension will work on it.                    

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

الاسم Custom Cursor for Chrome™ Custom Cursor for Chrome™
ID cklapigolmgodbfjbickflddedbdieka
عنوان URL الرسمي https://chromewebstore.google.com/detail/custom-cursor-for-chrome/cklapigolmgodbfjbickflddedbdieka
الوصف Get custom cursors for Chrome. Replace your default mouse cursor with a cool custom cursor. Have fun with custom cursors for Chrome.
حجم الملف 776 KB
عدد التثبيتات 146,768
النسخة الحالية 1.0.1
آخر تحديث 2023-03-29
تاريخ النشر 2023-03-29
تقييم 4.99/5 مجموع تقييمات 85
المطور CustomCursorMe
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.0.1",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "32": "assets\/static\/32.png",
        "64": "assets\/static\/64.png",
        "128": "assets\/static\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "cursor-injector.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.svg",
                "assets\/*.png",
                "assets\/*.css",
                "assets\/*.otf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}