Skip Skillsoft Videos

Skip the training videos on Skillsoft/skillport.com

Wat is Skip Skillsoft Videos?

Skip Skillsoft Videos is een Chrome-extensie ontwikkeld door gongruya, en de belangrijkste functie is "Skip the training videos on Skillsoft/skillport.com".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Skip Skillsoft Videos

Download Skip Skillsoft Videos-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Skip Skillsoft Videos Skip Skillsoft Videos
ID pfbgbcpmkjidaiobebmbfjpcmpcebebp
Officiële URL https://chromewebstore.google.com/detail/skip-skillsoft-videos/pfbgbcpmkjidaiobebmbfjpcmpcebebp
Beschrijving Skip the training videos on Skillsoft/skillport.com
Bestandsgrootte 9.88 KB
Aantal Installaties 312
Huidige Versie 1.0
Laatst Bijgewerkt 2021-08-13
Publicatiedatum 2021-08-10
Beoordeling 2.67/5 Totaal 3 Beoordelingen
Ontwikkelaar gongruya
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}