Elmore Pedal Utility

Utility to map pedal strokes to site functions

Was ist Elmore Pedal Utility?

Elmore Pedal Utility ist eine Chrome-Erweiterung, die von info entwickelt wurde, und ihr Hauptmerkmal ist "Utility to map pedal strokes to site functions".

Erweiterungsscreenshots

screenshot

Elmore Pedal Utility-Erweiterungs-CRX-Datei herunterladen

Laden Sie Elmore Pedal Utility-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Elmore Pedal Utility Elmore Pedal Utility
ID afnflcnpcjhndcieagbkbgkpfnelanek
Offizielle URL https://chromewebstore.google.com/detail/elmore-pedal-utility/afnflcnpcjhndcieagbkbgkpfnelanek
Beschreibung Utility to map pedal strokes to site functions
Dateigröße 200 KB
Installationsanzahl 347
Aktuelle Version 1.1.11
Letztes Update 2024-01-24
Veröffentlichungsdatum 2022-06-23
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler info
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://elmorepedals.com/
URL der Datenschutzrichtlinien-Seite https://elmorepedals.com/pages/elmore-pedals-privacy-policy
Unterstützte Sprachen 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"
            ]
        }
    ]
}