Wii Cursor

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

Wii Cursorคืออะไร?

Wii Cursor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wicorn29 และคุณลักษณะหลักของมันคือ "Your idle cursor on websites is now the Wii pointer finger!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wii Cursor

ดาวน์โหลดไฟล์ส่วนขยาย Wii Cursor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wii Cursor Wii Cursor
ID odaobncjnfafjfbgajjnjmfnpigpnjdh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wii-cursor/odaobncjnfafjfbgajjnjmfnpigpnjdh
คำอธิบาย Your idle cursor on websites is now the Wii pointer finger!
ขนาดไฟล์ 2.05 MB
จำนวนการติดตั้ง 295
เวอร์ชันปัจจุบัน 4.0.0
อัปเดตครั้งล่าสุด 2024-01-12
วันที่เผยแพร่ 2023-04-03
คะแนน 2.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา wicorn29
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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": []
}