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 là gì?

e-chords Key Change Extension là một tiện ích mở rộng Chrome được phát triển bởi throwawayaccount, và tính năng chính của nó là "This extension enables the e-chords.com key change feature without requiring a premium membership".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng e-chords Key Change Extension

Tải xuống các tệp mở rộng e-chords Key Change Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên e-chords Key Change Extension e-chords Key Change Extension
ID amlpgnoimdaognnaoflljbjgilpoopfe
URL Chính Thức https://chrome.google.com/webstore/detail/e-chords-key-change-exten/amlpgnoimdaognnaoflljbjgilpoopfe
Mô tả This extension enables the e-chords.com key change feature without requiring a premium membership
Kích Thước Tệp 20.15 KB
Số Lần Cài Đặt 231
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-01-21
Ngày Phát Hành 2016-01-21
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển throwawayaccount
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}