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
公式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
Eメール [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": []
}