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”。
擴展截圖
下載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 |
ID | pfbgbcpmkjidaiobebmbfjpcmpcebebp |
官方網址 | 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" } } |