Impatient IMSLP

Bypass IMSLP's 15 second download waiting time.

Impatient IMSLPとは何ですか?

Impatient IMSLPはMultipleStudiosによって開発されたChromeの拡張機能で、その主な機能は「Bypass IMSLP's 15 second download waiting time.」です。

拡張機能のスクリーンショット

screenshot

Impatient IMSLP拡張機能のCRXファイルをダウンロード

Impatient IMSLP拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Version 0.2: The long awaited update! The pesky beings at IMSLP changed their source code slightly, and the extension has been [finally] updated in response.

Impatient IMSLP is a chrome extension for classical musicians. 
The IMSLP (International Music Score Library Project) contains hundreds of thousands of music scores in the public domain. However, non-subscribers must wait for 15 seconds before accessing these scores; this Chrome extension allows users to bypass this 15 second waiting period to get their music scores as quickly as possible.                    

拡張機能の基本情報

名前 Impatient IMSLP Impatient IMSLP
ID jbkelkchcmmkhnhoekdcfbflmabnhpji
公式URL https://chromewebstore.google.com/detail/impatient-imslp/jbkelkchcmmkhnhoekdcfbflmabnhpji
説明 Bypass IMSLP's 15 second download waiting time.
ファイルサイズ 497 KB
インストール数 733
現在のバージョン 0.2
最終更新日 2019-04-11
公開日 2019-04-10
評価 3.53/5 合計 15 レビュー
開発者 MultipleStudios
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Impatient IMSLP",
    "description": "Bypass IMSLP's 15 second download waiting time.",
    "version": "0.2",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/imslp.org\/wiki\/Special:ImagefromIndex\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/downloadButton.js"
            ],
            "css": [
                "css\/imslp.css"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}