IMSLP 15 bypass

Download sheet music on imslp.org without 15 sec waiting

Qu'est-ce que IMSLP 15 bypass ?

IMSLP 15 bypass est une extension Chrome développée par viocost, et sa fonction principale est "Download sheet music on imslp.org without 15 sec waiting".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension IMSLP 15 bypass

Téléchargez les fichiers d'extension IMSLP 15 bypass au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom IMSLP 15 bypass IMSLP 15 bypass
ID pjnbdecechdlcffipehmjaiidififdhg
URL Officiel https://chromewebstore.google.com/detail/imslp-15-bypass/pjnbdecechdlcffipehmjaiidififdhg
Description Download sheet music on imslp.org without 15 sec waiting
Taille du Fichier 21.72 KB
Nombre d'Installations 93
Version Actuelle 2.0
Dernière Mise à Jour 2019-09-29
Date de Publication 2019-09-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur viocost
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}