Wii Cursor

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

Apa itu Wii Cursor?

Wii Cursor adalah ekstensi Chrome yang dikembangkan oleh wicorn29, dan fitur utamanya adalah "Your idle cursor on websites is now the Wii pointer finger!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Wii Cursor

Unduh file ekstensi Wii Cursor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Wii Cursor Wii Cursor
ID odaobncjnfafjfbgajjnjmfnpigpnjdh
URL Resmi https://chromewebstore.google.com/detail/wii-cursor/odaobncjnfafjfbgajjnjmfnpigpnjdh
Deskripsi Your idle cursor on websites is now the Wii pointer finger!
Ukuran File 2.05 MB
Jumlah Instalasi 295
Versi Saat Ini 4.0.0
Terakhir Diperbarui 2024-01-12
Tanggal Publikasi 2023-04-03
Penilaian 2.00/5 Total 6 Penilaian
Pengembang wicorn29
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": []
}