e-chords Key Change Extension
This extension enables the e-chords.com key change feature without requiring a premium membership
Что такое e-chords Key Change Extension?
e-chords Key Change Extension - это расширение Chrome, разработанное throwawayaccount, и его основная функция - "This extension enables the e-chords.com key change feature without requiring a premium membership".
Снимки экрана расширения
Скачать файл CRX расширения e-chords Key Change Extension
Скачайте файлы расширений e-chords Key Change Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension enables the e-chords.com key change feature without requiring a premium membership
Основная информация о расширении
Название | |
ID | amlpgnoimdaognnaoflljbjgilpoopfe |
Официальный URL | https://chrome.google.com/webstore/detail/e-chords-key-change-exten/amlpgnoimdaognnaoflljbjgilpoopfe |
Описание | This extension enables the e-chords.com key change feature without requiring a premium membership |
Размер файла | 20.15 KB |
Количество установок | 231 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2016-01-21 |
Дата публикации | 2016-01-21 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | throwawayaccount |
Тип оплаты | free |
Поддерживаемые языки | 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\/*" ] } |