Change Cursor - Custom Cursor for Chrome

Change custom chrome cursor to awesome one or create your own!

Change Cursor - Custom Cursor for Chromeคืออะไร?

Change Cursor - Custom Cursor for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://changecursor.com และคุณลักษณะหลักของมันคือ "Change custom chrome cursor to awesome one or create your own!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Change Cursor - Custom Cursor for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย Change Cursor - Custom Cursor for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Make Chrome yours by changing the cursor to any you like. Express yourself like never before with a diverse range of cursor styles to match your unique taste.
Choose a cursor from our large collection, or create your own unique cursor with the help of our constructor. You can choose any picture and set it as a mouse pointer.

Some of our mouse cursor packs are bundled with the Change cursor browser extension, but most of them await you on our website.

With Change Cursor, you're no longer limited to the default cursor style. Immerse yourself in a world of customization, where you have the power to choose from a vast selection of cursor designs that resonate with your personality and mood. Whether you're a minimalist, an art enthusiast, or someone who loves a touch of whimsy, we have a cursor style for you.

Effortlessly switch between cursor styles with just a few clicks. Our user-friendly interface makes it easy to browse through the available options and select the cursor that resonates with you.

Change Cursor collections should fit every taste. We're committed to providing you with fresh and exciting cursor styles regularly. Keep an eye out for new additions to our collection, so you can continue to elevate your cursor experience. Welcome to the Change cursor extension!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Change Cursor - Custom Cursor for Chrome Change Cursor - Custom Cursor for Chrome
ID fneljepcaklgckledmiakcheipnemfge
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/change-cursor-custom-curs/fneljepcaklgckledmiakcheipnemfge
คำอธิบาย Change custom chrome cursor to awesome one or create your own!
ขนาดไฟล์ 17.17 MB
จำนวนการติดตั้ง 406
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-10-21
วันที่เผยแพร่ 2023-09-03
คะแนน 4.73/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://changecursor.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://changecursor.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "name": "Change Cursor - Custom Cursor for Chrome",
    "homepage_url": "https:\/\/changecursor.com\/",
    "description": "Change custom chrome cursor to awesome one or create your own!",
    "version": "1.0.3",
    "icons": {
        "128": "icons\/128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "service_worker.js"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/changecursor.com\/*",
                "http:\/\/changecursor.com\/*"
            ],
            "js": [
                "exports.js",
                "shared\/Canvas.js",
                "content-changecursor.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/changecursor.com\/constructor\/*"
            ],
            "js": [
                "constructor.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "Change cursor",
        "default_popup": "index.html",
        "default_icon": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "cursors\/*"
            ],
            "matches": [
                "https:\/\/changecursor.com\/*",
                "http:\/\/changecursor.com\/*"
            ]
        }
    ]
}