Impatient IMSLP

Bypass IMSLP's 15 second download waiting time.

Impatient IMSLP क्या है?

Impatient IMSLP MultipleStudios द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bypass IMSLP's 15 second download waiting time."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Impatient IMSLP एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}