Elmore Pedal Utility

Utility to map pedal strokes to site functions

Vad är Elmore Pedal Utility?

Elmore Pedal Utility är en Chrome-tillägg utvecklad av info, och dess huvudfunktion är "Utility to map pedal strokes to site functions".

Tilläggsskärmbilder

screenshot

Ladda ner Elmore Pedal Utility-förlängningens CRX-fil

Ladda ner Elmore Pedal Utility-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Elmore Pedal Utility Elmore Pedal Utility
ID afnflcnpcjhndcieagbkbgkpfnelanek
Officiell webbadress https://chromewebstore.google.com/detail/elmore-pedal-utility/afnflcnpcjhndcieagbkbgkpfnelanek
Beskrivning Utility to map pedal strokes to site functions
Filstorlek 200 KB
Antal Installationer 347
Aktuell Version 1.1.11
Senast Uppdaterad 2024-01-24
Publiceringsdatum 2022-06-23
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare info
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://elmorepedals.com/
URL till Sekretesspolicy Sidan https://elmorepedals.com/pages/elmore-pedals-privacy-policy
Stödda Språk 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"
            ]
        }
    ]
}