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
官方網址 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"
            ]
        }
    ]
}