Skip Skillsoft Videos
Skip the training videos on Skillsoft/skillport.com
Vad är Skip Skillsoft Videos?
Skip Skillsoft Videos är en Chrome-tillägg utvecklad av gongruya, och dess huvudfunktion är "Skip the training videos on Skillsoft/skillport.com".
Tilläggsskärmbilder
Ladda ner Skip Skillsoft Videos-förlängningens CRX-fil
Ladda ner Skip Skillsoft Videos-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | pfbgbcpmkjidaiobebmbfjpcmpcebebp |
| Officiell webbadress | https://chromewebstore.google.com/detail/skip-skillsoft-videos/pfbgbcpmkjidaiobebmbfjpcmpcebebp |
| Beskrivning | Skip the training videos on Skillsoft/skillport.com |
| Filstorlek | 9.88 KB |
| Antal Installationer | 312 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2021-08-13 |
| Publiceringsdatum | 2021-08-10 |
| Betyg | 2.67/5 Totalt 3 Betyg |
| Utvecklare | gongruya |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |