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
Eメール [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"
    }
}