e-chords Key Change Extension

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

Cos'è e-chords Key Change Extension?

e-chords Key Change Extension è un'estensione di Chrome sviluppata da throwawayaccount, e la sua funzione principale è "This extension enables the e-chords.com key change feature without requiring a premium membership".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione e-chords Key Change Extension

Scarica i file di estensione e-chords Key Change Extension 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

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

Informazioni di Base sull'Estensione

Nome e-chords Key Change Extension e-chords Key Change Extension
ID amlpgnoimdaognnaoflljbjgilpoopfe
URL Ufficiale https://chrome.google.com/webstore/detail/e-chords-key-change-exten/amlpgnoimdaognnaoflljbjgilpoopfe
Descrizione This extension enables the e-chords.com key change feature without requiring a premium membership
Dimensione del File 20.15 KB
Conteggio Installazioni 231
Versione Corrente 1.0.1
Ultimo Aggiornamento 2016-01-21
Data di Pubblicazione 2016-01-21
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore throwawayaccount
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}