Skip Skillsoft Videos

Skip the training videos on Skillsoft/skillport.com

ما هو Skip Skillsoft Videos؟

Skip Skillsoft Videos هو إضافة Chrome تم تطويرها بواسطة gongruya، والميزة الرئيسية لها هي "Skip the training videos on Skillsoft/skillport.com".

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

screenshot

تحميل ملف CRX للإضافة Skip Skillsoft Videos

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

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

                        An extension to skip training video playback on Skillsoft (hosted by skillport.com). A "Skip Video" button will be added on the skillsoft playback page. Use the "Skip Video" button or press key "s" to skip the training video.                    

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

الاسم Skip Skillsoft Videos Skip Skillsoft Videos
ID pfbgbcpmkjidaiobebmbfjpcmpcebebp
عنوان URL الرسمي https://chromewebstore.google.com/detail/skip-skillsoft-videos/pfbgbcpmkjidaiobebmbfjpcmpcebebp
الوصف Skip the training videos on Skillsoft/skillport.com
حجم الملف 9.88 KB
عدد التثبيتات 312
النسخة الحالية 1.0
آخر تحديث 2021-08-13
تاريخ النشر 2021-08-10
تقييم 2.67/5 مجموع تقييمات 3
المطور gongruya
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Skip Skillsoft Videos",
    "description": "Skip the training videos on Skillsoft\/skillport.com",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.skillport.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}