Skip Skillsoft Videos

Skip the training videos on Skillsoft/skillport.com

Apa itu Skip Skillsoft Videos?

Skip Skillsoft Videos adalah ekstensi Chrome yang dikembangkan oleh gongruya, dan fitur utamanya adalah "Skip the training videos on Skillsoft/skillport.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Skip Skillsoft Videos

Unduh file ekstensi Skip Skillsoft Videos dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Skip Skillsoft Videos Skip Skillsoft Videos
ID pfbgbcpmkjidaiobebmbfjpcmpcebebp
URL Resmi https://chromewebstore.google.com/detail/skip-skillsoft-videos/pfbgbcpmkjidaiobebmbfjpcmpcebebp
Deskripsi Skip the training videos on Skillsoft/skillport.com
Ukuran File 9.88 KB
Jumlah Instalasi 312
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-08-13
Tanggal Publikasi 2021-08-10
Penilaian 2.67/5 Total 3 Penilaian
Pengembang gongruya
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}