Mine-Craft Cursors

Replaces the standard mouse cursor.

Mine-Craft Cursors là gì?

Mine-Craft Cursors là một tiện ích mở rộng Chrome được phát triển bởi minecursorsproject, và tính năng chính của nó là "Replaces the standard mouse cursor.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mine-Craft Cursors

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

                        9 Minecraft cursors, choose your own cursor style.
Just click on the cursor you like and it will replace the default cursor :)

You can resize the cursor of your choice from 16x16 to 128x128 pixels.

-------------------
! After installing this extension, refresh the previously opened tab if you want to use it on this page.

! According to the rules of the Chrome Web Store extension can not work on the store pages and home page.
Please open any other website (for example, google.com) after installing this extension and check how the extension will work on it.
-------------------                    

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

Tên Mine-Craft Cursors Mine-Craft Cursors
ID hfphbjkpbdaagnfbdalaokgbelecjhpo
URL Chính Thức https://chrome.google.com/webstore/detail/mine-craft-cursors/hfphbjkpbdaagnfbdalaokgbelecjhpo
Mô tả Replaces the standard mouse cursor.
Kích Thước Tệp 256 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-12-13
Ngày Phát Hành 2020-12-13
Đánh Giá 4.05/5 Tổng số 65 Đánh Giá
Nhà Phát Triển minecursorsproject
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://coolcursors.store/mc/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mine-Craft Cursors",
    "description": "Replaces the standard mouse cursor.",
    "version": "1.0.0",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "background_s.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content_s.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ]
}