IMSLP 15 bypass

Download sheet music on imslp.org without 15 sec waiting

IMSLP 15 bypassとは何ですか?

IMSLP 15 bypassはviocostによって開発されたChromeの拡張機能で、その主な機能は「Download sheet music on imslp.org without 15 sec waiting」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension lets you download sheet music on imslp.org without 15 sec waiting.                    

拡張機能の基本情報

名前 IMSLP 15 bypass IMSLP 15 bypass
ID pjnbdecechdlcffipehmjaiidififdhg
公式URL https://chromewebstore.google.com/detail/imslp-15-bypass/pjnbdecechdlcffipehmjaiidififdhg
説明 Download sheet music on imslp.org without 15 sec waiting
ファイルサイズ 21.72 KB
インストール数 93
現在のバージョン 2.0
最終更新日 2019-09-29
公開日 2019-09-29
評価 5.00/5 合計 1 レビュー
開発者 viocost
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IMSLP 15 bypass",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Download sheet music on imslp.org without 15 sec waiting",
    "browser_action": {
        "default_icon": "icon-disabled.png"
    },
    "icons": {
        "128": "icon.png",
        "256": "icon256.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/imslp.org\/*",
                "https:\/\/imslp.org\/*"
            ],
            "js": [
                "imslp_15bypass.js"
            ]
        }
    ]
}