Change Cursor

Awesome and unusual cursors

Change Cursor là gì?

Change Cursor là một tiện ích mở rộng Chrome được phát triển bởi demidovavaleria87, và tính năng chính của nó là "Awesome and unusual cursors".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Change 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

                        We’ve got awesome custom cursors Chrome extension to let you define your own cursor style. Custom cursors extension is absolutely free and doesn’t have any kind of harmful scripts. It’s an amazing cursor library which includes different custom cursor collection. You can open it by clicking on puzzle icon on Chrome toolbar that says “Extensions” and then finding custom cursor in the list. Replace cursor just in on click and have fun.                    

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

Tên Change Cursor Change Cursor
ID kdfabndgampjonhpgfajeajbinmkcocm
URL Chính Thức https://chrome.google.com/webstore/detail/change-cursor/kdfabndgampjonhpgfajeajbinmkcocm
Mô tả Awesome and unusual cursors
Kích Thước Tệp 36.16 KB
Số Lần Cài Đặt 3,483
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2023-06-08
Ngày Phát Hành 2021-11-14
Đánh Giá 1.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển demidovavaleria87
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "description": "Awesome and unusual cursors",
    "version": "1.5",
    "background": {
        "scripts": [
            ".\/js\/koloso.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Curzorro",
        "default_icon": {
            "128": "sty\/curs.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "128": "sty\/curs.png"
    },
    "permissions": [
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "sty\/doro.json"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/karab.js"
            ]
        }
    ]
}