Impatient IMSLP
Bypass IMSLP's 15 second download waiting time.
Τι είναι το Impatient IMSLP;
Το Impatient IMSLP είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον MultipleStudios, και η κύρια λειτουργία του είναι "Bypass IMSLP's 15 second download waiting time.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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" ] } |