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".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة e-chords Key Change Extension

قم بتنزيل ملفات الامتداد e-chords Key Change Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
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\/*"
    ]
}