Skip Skillsoft Videos
Skip the training videos on Skillsoft/skillport.com
Was ist Skip Skillsoft Videos?
Skip Skillsoft Videos ist eine Chrome-Erweiterung, die von gongruya entwickelt wurde, und ihr Hauptmerkmal ist "Skip the training videos on Skillsoft/skillport.com".
Erweiterungsscreenshots
Skip Skillsoft Videos-Erweiterungs-CRX-Datei herunterladen
Laden Sie Skip Skillsoft Videos-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Skip Skillsoft Videos |
ID | pfbgbcpmkjidaiobebmbfjpcmpcebebp |
Offizielle URL | https://chromewebstore.google.com/detail/skip-skillsoft-videos/pfbgbcpmkjidaiobebmbfjpcmpcebebp |
Beschreibung | Skip the training videos on Skillsoft/skillport.com |
Dateigröße | 9.88 KB |
Installationsanzahl | 312 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-08-13 |
Veröffentlichungsdatum | 2021-08-10 |
Bewertung | 2.67/5 Insgesamt 3 Bewertungen |
Entwickler | gongruya |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |