IMSLP impatience

Skip the 15 second wait time on imslp with this simple extension!

ما هو IMSLP impatience؟

IMSLP impatience هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Skip the 15 second wait time on imslp with this simple extension!".

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

screenshot

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

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

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

                        This simple extension skips the 15 second wait time on IMSLP.                    

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

الاسم IMSLP impatience IMSLP impatience
ID emdlcbabhommgkpbobhamnjppplhpgbj
عنوان URL الرسمي https://chromewebstore.google.com/detail/imslp-impatience/emdlcbabhommgkpbobhamnjppplhpgbj
الوصف Skip the 15 second wait time on imslp with this simple extension!
حجم الملف 3.14 KB
عدد التثبيتات 138
النسخة الحالية 0.0.0.2
آخر تحديث 2018-09-26
تاريخ النشر 2018-09-26
تقييم 5.00/5 مجموع تقييمات 3
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IMSLP impatience",
    "version": "0.0.0.2",
    "description": "Skip the 15 second wait time on imslp with this simple extension!",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/imslp.org\/wiki\/Special:ImagefromIndex\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}