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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": []
}