IMSLP 15 bypass

Download sheet music on imslp.org without 15 sec waiting

Hvad er IMSLP 15 bypass?

IMSLP 15 bypass er en Chrome-udvidelse udviklet af viocost, og dens hovedfunktion er "Download sheet music on imslp.org without 15 sec waiting".

Udvidelsesskærmbilleder

screenshot

Download IMSLP 15 bypass-udvidelses-CRX-fil

Download IMSLP 15 bypass-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn IMSLP 15 bypass IMSLP 15 bypass
ID pjnbdecechdlcffipehmjaiidififdhg
Officiel URL https://chromewebstore.google.com/detail/imslp-15-bypass/pjnbdecechdlcffipehmjaiidififdhg
Beskrivelse Download sheet music on imslp.org without 15 sec waiting
Filstørrelse 21.72 KB
Antal Installationer 93
Nuværende Version 2.0
Senest Opdateret 2019-09-29
Udgivelsesdato 2019-09-29
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler viocost
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}