Custom Cursor Changer for Chrome

Get custom cursor for Chrome on Computer, Chromebook, Windows 10, Mac. A huge library with lots of free sets and collections

什麼是Custom Cursor Changer for Chrome?

Custom Cursor Changer for Chrome是由https://mycustomcursors.online開發的Chrome擴展程式,該擴展的主要功能是“Get custom cursor for Chrome on Computer, Chromebook, Windows 10, Mac. A huge library with lots of free sets and collections”。

擴展截圖

screenshot
screenshot
screenshot

下載Custom Cursor Changer for Chrome擴展crx文件

下載Custom Cursor Changer for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

Use a lot of cursor collection on webpages and websites.

Nowadays, all Chrome users can customize their cursor. So, if you are not satisfied with the default cursor and want to bring a custom one, you’ve come to the right place.

We will show you how to get it for Chrome on Computer, Chromebook, Windows 10, Mac, etc. Go through the post to know about it.

Step 1: First of all, open up Chrome and go to the Custom Cursor Changer for Chrome website. Now add the extension by clicking on Add to Chrome button.

Step 2: Once installed, click on Add New button from the pop-up window that appears.

Step 3: Next, click on Select Image button from the window that comes up after clicking on Add.

Step 4: Now select an image from collection. 

Make Chrome your own. Personalize your Chrome browsing experience.

If you're looking for a way to customize the mouse cursor in Chrome, you came to the right place. With Custom Cursors for Chrome you can customize your own mouse cursors with just a few clicks.

There are over 1,000 custom cursors ready to be used on any website. The extension allows you to use customized cursors on any web page. The changes are made in real time so that you can see what they look like before deciding if they work or not.

Whether you're looking for cursors that look like an anime character, a cat, dog, or something else, Custom Cursors for Chrome has it all. There are even custom cursors for holidays and special occasions!

Custom Cursors for Chrome is the perfect tool for people who want to change their mouse cursor but don't want to do it manually. If you want to be able to use a different cursor on every website that you visit, this extension is perfect for you!                    

擴展基本資訊

名稱 Custom Cursor Changer for Chrome Custom Cursor Changer for Chrome
ID ceiekmdcekohaonbmapmnnnkppbjlbkp
官方網址 https://chromewebstore.google.com/detail/custom-cursor-changer-for/ceiekmdcekohaonbmapmnnnkppbjlbkp
簡介 Get custom cursor for Chrome on Computer, Chromebook, Windows 10, Mac. A huge library with lots of free sets and collections
檔案大小 90.82 KB
安裝次數 900,000
目前版本 1.2.0.8
更新時間 2024-02-11
上架時間 2022-03-22
評分 3.75/5 共 28 次評分
開發者 https://mycustomcursors.online
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mycustomcursors.online/
隱私政策頁面URL https://docs.google.com/document/d/15GabjrQ7CED7LnMvRuHnIwDU1PwQgzJi6edbM6rkMRA/edit?usp=sharing
支援的語言 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,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_appName__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.2.0.8",
    "manifest_version": 3,
    "icons": {
        "16": ".\/asset\/icon_16.png",
        "24": ".\/asset\/icon_24.png",
        "32": ".\/asset\/icon_32.png",
        "48": ".\/asset\/icon_48.png",
        "128": ".\/asset\/icon_128.png"
    },
    "action": {
        "default_icon": ".\/asset\/icon_32.png",
        "default_title": "__MSG_defTitle__",
        "default_popup": ".\/html\/PopUp.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "scripting",
        "declarativeNetRequest",
        "gcm"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/ContentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules1",
                "enabled": true,
                "path": "r-1.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/initCursor.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}