Elmore Pedal Utility

Utility to map pedal strokes to site functions

Elmore Pedal Utility क्या है?

Elmore Pedal Utility info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Utility to map pedal strokes to site functions"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Elmore Pedal Utility एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}