IMSLP impatience

Skip the 15 second wait time on imslp with this simple extension!

IMSLP impatience là gì?

IMSLP impatience là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Skip the 15 second wait time on imslp with this simple extension!".

Ả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 IMSLP impatience

Tải xuống các tệp mở rộng IMSLP impatience 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 simple extension skips the 15 second wait time on IMSLP.                    

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

Tên IMSLP impatience IMSLP impatience
ID emdlcbabhommgkpbobhamnjppplhpgbj
URL Chính Thức https://chromewebstore.google.com/detail/imslp-impatience/emdlcbabhommgkpbobhamnjppplhpgbj
Mô tả Skip the 15 second wait time on imslp with this simple extension!
Kích Thước Tệp 3.14 KB
Số Lần Cài Đặt 138
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2018-09-26
Ngày Phát Hành 2018-09-26
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IMSLP impatience",
    "version": "0.0.0.2",
    "description": "Skip the 15 second wait time on imslp with this simple extension!",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/imslp.org\/wiki\/Special:ImagefromIndex\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}