Anime Cursors

Replaces the standard mouse cursor.

Anime Cursors là gì?

Anime Cursors là một tiện ích mở rộng Chrome được phát triển bởi Animecursors, 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 Anime Cursors

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

                        Replaces the standard mouse cursor in the browser.
******
More than 20 unique cursors from different cartoons of the "Anime" genre.
Selecting the cursor is not a big deal, just select the cursor you like and click on it once, that's all you have selected the cursor. If you want to change the size of the selected cursor just press "+" or "-" in the box above the cursors. If you want to return the standard cursor just click "Disable" and you will be returned to the standard cursor.
******
Admonition.

These cursors do not work on the main page of google and google shop chrome "google policy"
And also if the cursor does not change, refresh this page.
*******
Please rate us, it will help us to improve these cursors, and tell your friends. 
******






Naruto cursors
One punch man cursors                    

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

Tên Anime Cursors Anime Cursors
ID gbonepihbdlngjfekpacdlclklenioam
URL Chính Thức https://chrome.google.com/webstore/detail/anime-cursors/gbonepihbdlngjfekpacdlclklenioam
Mô tả Replaces the standard mouse cursor.
Kích Thước Tệp 905 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2021-08-09
Ngày Phát Hành 2021-01-24
Đánh Giá 3.34/5 Tổng số 85 Đánh Giá
Nhà Phát Triển Animecursors
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": "Anime Cursors",
    "description": "Replaces the standard mouse cursor.",
    "version": "1.2.2",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "Images\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "",
        "*:\/\/*\/*",
        "webNavigation",
        "tabs",
        "activeTab"
    ]
}