IMSLP 15 bypass

Download sheet music on imslp.org without 15 sec waiting

ما هو IMSLP 15 bypass؟

IMSLP 15 bypass هو إضافة Chrome تم تطويرها بواسطة viocost، والميزة الرئيسية لها هي "Download sheet music on imslp.org without 15 sec waiting".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة IMSLP 15 bypass

قم بتنزيل ملفات الامتداد IMSLP 15 bypass بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم IMSLP 15 bypass IMSLP 15 bypass
ID pjnbdecechdlcffipehmjaiidififdhg
عنوان URL الرسمي https://chromewebstore.google.com/detail/imslp-15-bypass/pjnbdecechdlcffipehmjaiidififdhg
الوصف Download sheet music on imslp.org without 15 sec waiting
حجم الملف 21.72 KB
عدد التثبيتات 93
النسخة الحالية 2.0
آخر تحديث 2019-09-29
تاريخ النشر 2019-09-29
تقييم 5.00/5 مجموع تقييمات 1
المطور viocost
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}