Wii Cursor

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

什麼是Wii Cursor?

Wii Cursor是由wicorn29開發的Chrome擴展程式,該擴展的主要功能是“Your idle cursor on websites is now the Wii pointer finger!”。

擴展截圖

screenshot

下載Wii Cursor擴展crx文件

下載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
官方網址 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": []
}