Skip Skillsoft Videos

Skip the training videos on Skillsoft/skillport.com

什么是Skip Skillsoft Videos?

Skip Skillsoft Videos是由gongruya开发的Chrome扩展程序,该扩展的主要功能是“Skip the training videos on Skillsoft/skillport.com”。

扩展截图

screenshot

下载Skip Skillsoft Videos扩展crx文件

下载Skip Skillsoft Videos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}