e-chords Key Change Extension

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

Co to jest e-chords Key Change Extension?

e-chords Key Change Extension to rozszerzenie Chrome opracowane przez throwawayaccount, a jego główną funkcją jest „This extension enables the e-chords.com key change feature without requiring a premium membership”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia e-chords Key Change Extension

Pobierz pliki rozszerzeń e-chords Key Change Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa e-chords Key Change Extension e-chords Key Change Extension
ID amlpgnoimdaognnaoflljbjgilpoopfe
Oficjalny URL https://chrome.google.com/webstore/detail/e-chords-key-change-exten/amlpgnoimdaognnaoflljbjgilpoopfe
Opis This extension enables the e-chords.com key change feature without requiring a premium membership
Rozmiar pliku 20.15 KB
Liczba instalacji 231
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2016-01-21
Data Publikacji 2016-01-21
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper throwawayaccount
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}