Impatient IMSLP

Bypass IMSLP's 15 second download waiting time.

Impatient IMSLPคืออะไร?

Impatient IMSLP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MultipleStudios และคุณลักษณะหลักของมันคือ "Bypass IMSLP's 15 second download waiting time."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Impatient IMSLP

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}