IMSLP impatience

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

什麼是IMSLP impatience?

IMSLP impatience是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Skip the 15 second wait time on imslp with this simple extension!”。

擴展截圖

screenshot

下載IMSLP impatience擴展crx文件

下載IMSLP impatience擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This simple extension skips the 15 second wait time on IMSLP.                    

擴展基本資訊

名稱 IMSLP impatience IMSLP impatience
ID emdlcbabhommgkpbobhamnjppplhpgbj
官方網址 https://chromewebstore.google.com/detail/imslp-impatience/emdlcbabhommgkpbobhamnjppplhpgbj
簡介 Skip the 15 second wait time on imslp with this simple extension!
檔案大小 3.14 KB
安裝次數 138
目前版本 0.0.0.2
更新時間 2018-09-26
上架時間 2018-09-26
評分 5.00/5 共 3 次評分
開發者 Unknown
付費類型 free
支援的語言 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"
            ]
        }
    ]
}