Pianoman

A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…

Что такое Pianoman?

Pianoman - это расширение Chrome, разработанное deeprajsingh14rajan, и его основная функция - "A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Pianoman

Скачайте файлы расширений Pianoman в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        A fidget package  extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting work schedule. A completely encrypted chrome extension with no threat to user security.

Important: Do refresh the page to load the extension onto the browser and then the keys will be ready to play piano.                    

Основная информация о расширении

Название Pianoman Pianoman
ID mahnmonjbenmhgpflbhcijmiibjdicip
Официальный URL https://chromewebstore.google.com/detail/pianoman/mahnmonjbenmhgpflbhcijmiibjdicip
Описание A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…
Размер файла 4.6 KB
Количество установок 38
Текущая Версия 0.1.0
Последнее Обновление 2023-07-29
Дата публикации 2021-08-12
Рейтинг 5.00/5 Всего 1 оценок
Разработчик deeprajsingh14rajan
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pianoman",
    "version": "0.1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}