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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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