Elmore Pedal Utility

Utility to map pedal strokes to site functions

Cos'è Elmore Pedal Utility?

Elmore Pedal Utility è un'estensione di Chrome sviluppata da info, e la sua funzione principale è "Utility to map pedal strokes to site functions".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Elmore Pedal Utility

Scarica i file di estensione Elmore Pedal Utility in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Elmore Pedal Utility Elmore Pedal Utility
ID afnflcnpcjhndcieagbkbgkpfnelanek
URL Ufficiale https://chromewebstore.google.com/detail/elmore-pedal-utility/afnflcnpcjhndcieagbkbgkpfnelanek
Descrizione Utility to map pedal strokes to site functions
Dimensione del File 200 KB
Conteggio Installazioni 347
Versione Corrente 1.1.11
Ultimo Aggiornamento 2024-01-24
Data di Pubblicazione 2022-06-23
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore info
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://elmorepedals.com/
URL della Pagina della Politica sulla Privacy https://elmorepedals.com/pages/elmore-pedals-privacy-policy
Lingue Supportate 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"
            ]
        }
    ]
}