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是由https://changecursor.com開發的Chrome擴展程式,該擴展的主要功能是“Change custom chrome cursor to awesome one or create your own!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Change Cursor - Custom Cursor for Chrome擴展crx文件

下載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
官方網址 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\/*"
            ]
        }
    ]
}