Custom Mouse Cursor

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

Custom Mouse Cursor là gì?

Custom Mouse Cursor là một tiện ích mở rộng Chrome được phát triển bởi https://cutecursors.com, và tính năng chính của nó là "Custom Mouse Cursor - plenty of stylish and cool cursors for your mouse".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Custom Mouse Cursor

Tải xuống các tệp mở rộng Custom Mouse Cursor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Custom Mouse Cursor Custom Mouse Cursor
ID kinfihfgknmecicjmadebldjeknakbpj
URL Chính Thức https://chromewebstore.google.com/detail/custom-mouse-cursor/kinfihfgknmecicjmadebldjeknakbpj
Mô tả Custom Mouse Cursor - plenty of stylish and cool cursors for your mouse
Kích Thước Tệp 305 KB
Số Lần Cài Đặt 30,000
Phiên Bản Hiện Tại 3.0.4
Cập Nhật Lần Cuối 2024-02-13
Ngày Phát Hành 2023-09-27
Đánh Giá 3.89/5 Tổng số 28 Đánh Giá
Nhà Phát Triển https://cutecursors.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://cutecursors.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/*.*"
            ]
        }
    ]
}