Wii Cursor

Your idle cursor on websites is now the Wii pointer finger!

Wii Cursor là gì?

Wii Cursor là một tiện ích mở rộng Chrome được phát triển bởi wicorn29, và tính năng chính của nó là "Your idle cursor on websites is now the Wii pointer finger!".

Ả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 Wii Cursor

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

                        Your cursor on websites is now the WII pointer finger! 

NEW Settings menu! Access it by clicking on the extension and selecting "Options"

This will not work on websites that start with "chrome://" OR the chrome web store. Before leaving a bad review, refresh the page to finalize the cursor installation. This cursor will not work on the new tap page also.                    

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

Tên Wii Cursor Wii Cursor
ID odaobncjnfafjfbgajjnjmfnpigpnjdh
URL Chính Thức https://chromewebstore.google.com/detail/wii-cursor/odaobncjnfafjfbgajjnjmfnpigpnjdh
Mô tả Your idle cursor on websites is now the Wii pointer finger!
Kích Thước Tệp 2.05 MB
Số Lần Cài Đặt 295
Phiên Bản Hiện Tại 4.0.0
Cập Nhật Lần Cuối 2024-01-12
Ngày Phát Hành 2023-04-03
Đánh Giá 2.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển wicorn29
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": 3,
    "name": "Wii Cursor",
    "version": "4.0.0",
    "description": "Your idle cursor on websites is now the Wii pointer finger!",
    "icons": {
        "16": "icons\/main16.png",
        "48": "icons\/main48.png",
        "128": "icons\/main.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "background.css"
            ]
        }
    ],
    "permissions": []
}