Skip Skillsoft Videos

Skip the training videos on Skillsoft/skillport.com

What is Skip Skillsoft Videos?

Skip Skillsoft Videos is a Chrome extension developed by gongruya, and its main feature is "Skip the training videos on Skillsoft/skillport.com".

Extension Screenshots

screenshot

Download Skip Skillsoft Videos Extension CRX File

Download Skip Skillsoft Videos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Skip Skillsoft Videos Skip Skillsoft Videos
ID pfbgbcpmkjidaiobebmbfjpcmpcebebp
Official URL https://chromewebstore.google.com/detail/skip-skillsoft-videos/pfbgbcpmkjidaiobebmbfjpcmpcebebp
Description Skip the training videos on Skillsoft/skillport.com
File Size 9.88 KB
Installation Count 312
Current Version 1.0
Last Updated 2021-08-13
Publish Date 2021-08-10
Rating 2.67/5 Total 3 Ratings
Developer gongruya
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}