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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}