Elmore Pedal Utility

Utility to map pedal strokes to site functions

Что такое Elmore Pedal Utility?

Elmore Pedal Utility - это расширение Chrome, разработанное info, и его основная функция - "Utility to map pedal strokes to site functions".

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

screenshot

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

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

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

                        The actions of "pausing" and "rewinding" are musts during an online lesson. Unfortunately, taking your hands off the instrument reduces muscle memory learning, interferes with your concentration and ultimately, increases the chances of you losing your mind and windmill-slamming your guitar onto the floor.

Our foot pedal allows musical instrument learners (beginner, intermediate, advanced and professional), to keep their hands on their instrument 100% of the time during their online lessons, speeding up time to success.

Supports YouTube, Fender Play, TrueFire, Pianote and more...

Left Button
Single Tap - Rewind a little
Double Tap - Slow Down
Tap and Hold/Release - Rewind

Right Button
Single Tap: Play/Pause
Double Tap: Speed Up
Tap and Hold: Fast Forward a lot

v1.1.11 Enhancements and Fixes:  Added support for MatchMySound.  Right double-tap to start/stop recording and left double-tap to enable/disable tuner.

v1.1.10 Enhancements and Fixes:  Fixes for advanced features on JustinGuitar.com

v1.1.9 Enhancements and Fixes:  Fixes play/pause issue on some sites including Youtube; improvement to tab control on ActiveMelody

v1.1.7 Enhancements and Fixes: Includes fix for learning services based embedded Soundslice including TrueFire.  Adds support for JTC Guitar and Pickup Music learning sites. 

v1.1.6 Enhancements and Fixes: Includes fix for mobile youtube.com which prevented Elmore Pedal control. Fixes known issue with Artistworks.com lesson triggering mute vs rewind.

v1.1.5 Enhancements and Fixes: Includes fix for GuitarTricks.com to fully control "Lessons".

v1.1.4 Enhancements and Fixes: Adds support for additional content areas within Musora.

v1.1.3 Enhancements and Fixes: Addresses issue with "Songs" feature on Musora.com learning sites.                    

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

Название Elmore Pedal Utility Elmore Pedal Utility
ID afnflcnpcjhndcieagbkbgkpfnelanek
Официальный URL https://chromewebstore.google.com/detail/elmore-pedal-utility/afnflcnpcjhndcieagbkbgkpfnelanek
Описание Utility to map pedal strokes to site functions
Размер файла 200 KB
Количество установок 347
Текущая Версия 1.1.11
Последнее Обновление 2024-01-24
Дата публикации 2022-06-23
Рейтинг 5.00/5 Всего 2 оценок
Разработчик info
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://elmorepedals.com/
URL страницы политики конфиденциальности https://elmorepedals.com/pages/elmore-pedals-privacy-policy
Поддерживаемые языки en
manifest.json
{
    "action": {
        "default_icon": {
            "128": "\/icons\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "build\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "build\/content_script.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "description": "Utility to map pedal strokes to site functions",
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "\/icons\/icon128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtBQJdMx\/go2n1kzrxXK7a6t7rJ3BbMusngpm+0\/Zg69CnqllXQnzfyKlm4s6BuZ6uyyWXgtHbWweQnmdLsDq0JWpVwSFWeJ3mQy0slTDZHPz6cUZGTF8qe4smHn8m4taNBY2Yus1ADYh9XrS\/DLLiXXig1x5nD\/SCJhTbuMCUZfASXjgd2qW0C+4Vbdffi9r0lxunHMxM35JnT1B9BD95jPQ2spw4BOLwRPFe0KJ7ZVbMEmgduCmHhlre+8pQM\/46YSSCr5P+Qfvv3nkYZXQiljmLGxGvBgqyORkRQkx1itHGBxeqX2EP8+rO1\/Dl3o0\/u7oFe6f7X+E+XVqILewgwIDAQAB",
    "manifest_version": 3,
    "name": "Elmore Pedal Utility",
    "permissions": [
        "scripting",
        "storage",
        "activeTab",
        "notifications",
        "webNavigation",
        "cookies"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.11",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "build\/runtime.js",
                "build\/customRuntime.js",
                "modules\/vimeo.min.js",
                "modules\/yt.min.js"
            ]
        }
    ]
}