Custom Mouse Cursor

Custom Mouse Cursor - plenty of stylish and cool cursors for your mouse

什麼是Custom Mouse Cursor?

Custom Mouse Cursor是由https://cutecursors.com開發的Chrome擴展程式,該擴展的主要功能是“Custom Mouse Cursor - plenty of stylish and cool cursors for your mouse”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Custom Mouse Cursor擴展crx文件

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

擴展使用說明

                        Custom Mouse Cursor is an exciting browser extension that allows you to transform the standard and dull mouse cursor into a unique and creative pointer that matches your style and taste.

This extension grants access to an extensive collection of cursors to suit any preference and mood. You can choose from various cursor variations, ranging from elegant and stylish to humorous and colorful. Now, your cursor can reflect your unique individuality and style on every webpage you visit.

Furthermore, "Custom Mouse Cursor" offers an extensive collection of cursors designed specifically for gaming. You can select from the following gaming cursor collections:

- "Heroic Collection": Cursors with fantastic and heroic motifs for adventurous games.
- "Footballer Collection": Cursors in the shape of footballs and football-related symbols for football enthusiasts.
- "Space Collection": Space-themed cursors for space games and sci-fi adventures.
- "Fantasy Collection": Magical and fantasy-themed cursors for games set in the world of magic and enchantment.
- "Explosive Collection": Aggressive and incredibly dynamic cursors for shooters and action games.

Say goodbye to the standard cursor and let "Custom Mouse Cursor" add more color and creativity to your web experience. Switch between cursors, choose the one that best expresses your mood, and enjoy the diversity with every mouse click.                    

擴展基本資訊

名稱 Custom Mouse Cursor Custom Mouse Cursor
ID kinfihfgknmecicjmadebldjeknakbpj
官方網址 https://chromewebstore.google.com/detail/custom-mouse-cursor/kinfihfgknmecicjmadebldjeknakbpj
簡介 Custom Mouse Cursor - plenty of stylish and cool cursors for your mouse
檔案大小 305 KB
安裝次數 30,000
目前版本 3.0.4
更新時間 2024-02-13
上架時間 2023-09-27
評分 3.89/5 共 28 次評分
開發者 https://cutecursors.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://cutecursors.com/privacy
支援的語言 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
{
    "action": {
        "default_icon": "\/assets\/icon128.png",
        "default_popup": "index.html",
        "icons": {
            "128": "\/assets\/icon128.png",
            "32": "\/assets\/icon32.png",
            "64": "\/assets\/icon64.png"
        },
        "name": "__MSG_app_name__"
    },
    "author": "WhiteDev",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cutecursors.com\/*",
            "*:\/\/*.cute-cursor.com\/*"
        ]
    },
    "icons": {
        "128": "assets\/icon128.png",
        "32": "assets\/icon32.png",
        "64": "assets\/icon64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJT4vgNnuDrRwjdbjyqfD8Ge+hQ8VzotahioEQYqdL2XuFlILkU5JA+vHGGNcaVwfDJpkduEHwhDZ\/hiPTMiHCaB9W6OEX7CwK2pZ5vAANacssqKY84RUO9S6NFvovW6UyQPDJLVeS4jTFJ5ysmwVP+c1yAqs034h30cfOB9e\/t8psksRxhL4JN9BCn45oanGUWS7us9lEIEZJn6h5ZhoW\/GygmiJ6v\/fwA5Ct8N4yUZPOZyGC0hp8SROAc6uDs1pM4goxMj4ixnqwNbXC21UKg91YcT5ld\/CXrMZfPk7fuSQH4SQX2h\/tWD407GQws2IGK+ajI3NgdkkgM3SZ1BQwIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "options_page": "\/index.html",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "scripting"
    ],
    "short_name": "__MSG_app_short_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.4",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/*.*",
                "libs\/*.*"
            ]
        }
    ]
}