IMSLP 15 bypass

Download sheet music on imslp.org without 15 sec waiting

Cos'è IMSLP 15 bypass?

IMSLP 15 bypass è un'estensione di Chrome sviluppata da viocost, e la sua funzione principale è "Download sheet music on imslp.org without 15 sec waiting".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione IMSLP 15 bypass

Scarica i file di estensione IMSLP 15 bypass in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension lets you download sheet music on imslp.org without 15 sec waiting.                    

Informazioni di Base sull'Estensione

Nome IMSLP 15 bypass IMSLP 15 bypass
ID pjnbdecechdlcffipehmjaiidififdhg
URL Ufficiale https://chromewebstore.google.com/detail/imslp-15-bypass/pjnbdecechdlcffipehmjaiidififdhg
Descrizione Download sheet music on imslp.org without 15 sec waiting
Dimensione del File 21.72 KB
Conteggio Installazioni 93
Versione Corrente 2.0
Ultimo Aggiornamento 2019-09-29
Data di Pubblicazione 2019-09-29
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore viocost
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IMSLP 15 bypass",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Download sheet music on imslp.org without 15 sec waiting",
    "browser_action": {
        "default_icon": "icon-disabled.png"
    },
    "icons": {
        "128": "icon.png",
        "256": "icon256.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/imslp.org\/*",
                "https:\/\/imslp.org\/*"
            ],
            "js": [
                "imslp_15bypass.js"
            ]
        }
    ]
}