Amazing cursors

Replaces the standard mouse cursor in the browser.

Amazing cursors là gì?

Amazing cursors là một tiện ích mở rộng Chrome được phát triển bởi harrycursors, và tính năng chính của nó là "Replaces the standard mouse cursor in the browser.".

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

screenshot

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

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

                        More than 150 amazing and varied cursors that will help you spend time on the Internet a little more diverse. If you’re tired of the standard cursor, just download our cursor pack and choose what you like, and because we have a huge selection, everyone will be able to choose exactly what he likes.
****
In order to set the cursor, simply click on the marshmallow icon that appears after installing this extension and select exactly what you liked, if you want to return the standard cursor, just click the default cursors button and the original image of the mouse will return.
****
Note:
These cursors do not work on the Google homepage and in the Google Chrome store. Just open another tab and your cursor will be activated. If you were on some tab and selected the cursor, but it has not changed, just refresh the page and it will work.
****
Please share this pack of cursors with your friends and rate our quality.
****




cursors
cursors for minecraft 
cursors for dota 2
cursors for pubg 
cursors for fortnite 
cursors for fortnite                    

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

Tên Amazing cursors Amazing cursors
ID ahmkachknhnpcjeopokinafmcnpkjgce
URL Chính Thức https://chrome.google.com/webstore/detail/amazing-cursors/ahmkachknhnpcjeopokinafmcnpkjgce
Mô tả Replaces the standard mouse cursor in the browser.
Kích Thước Tệp 334 KB
Số Lần Cài Đặt 357
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2021-04-21
Ngày Phát Hành 2021-04-21
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển harrycursors
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazing cursors",
    "description": "Replaces the standard mouse cursor in the browser.",
    "version": "1.2.2",
    "browser_action": {
        "default_title": "Click to open Amazing cursors",
        "default_icon": {
            "128": "img\/icon.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "app.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "cursors\/pack1\/*.*",
        "cursors\/pack2\/*.*"
    ]
}