e-chords Key Change Extension

This extension enables the e-chords.com key change feature without requiring a premium membership

Co je e-chords Key Change Extension?

e-chords Key Change Extension je rozšíření Chrome vyvinuté throwawayaccount, a jeho hlavní funkcí je „This extension enables the e-chords.com key change feature without requiring a premium membership“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření e-chords Key Change Extension

Stáhněte si soubory rozšíření e-chords Key Change Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension enables the e-chords.com key change feature without requiring a premium membership                    

Základní Informace o Rozšíření

Název e-chords Key Change Extension e-chords Key Change Extension
ID amlpgnoimdaognnaoflljbjgilpoopfe
Oficiální URL https://chrome.google.com/webstore/detail/e-chords-key-change-exten/amlpgnoimdaognnaoflljbjgilpoopfe
Popis This extension enables the e-chords.com key change feature without requiring a premium membership
Velikost souboru 20.15 KB
Počet instalací 231
Aktuální Verze 1.0.1
Poslední Aktualizace 2016-01-21
Datum Vydání 2016-01-21
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář throwawayaccount
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "e-chords Key Change Extension",
    "short_name": "e-chords-key-change",
    "description": "This extension enables the e-chords.com key change feature without requiring a premium membership",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.e-chords.com\/*",
                "http:\/\/www.e-chords.com\/*"
            ],
            "js": [
                "myscript.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.e-chords.com\/*",
        "http:\/\/www.e-chords.com\/*"
    ]
}