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