Next
Click 'Play Next' automatically on Udacity and Udemy
Vad är Next?
Next är en Chrome-tillägg utvecklad av magahet, och dess huvudfunktion är "Click 'Play Next' automatically on Udacity and Udemy".
Tilläggsskärmbilder
Ladda ner Next-förlängningens CRX-fil
Ladda ner Next-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
Udacity and Udemy courses have a 5 second delay between videos. This extension presses 'Play Next' automatically at the end of a video. This skips the 5 second delay. Grundläggande Information om Tillägg
| Namn | |
| ID | ohbainpmaikiicdjgnbpcekhlmdigopi |
| Officiell webbadress | https://chromewebstore.google.com/detail/next/ohbainpmaikiicdjgnbpcekhlmdigopi |
| Beskrivning | Click 'Play Next' automatically on Udacity and Udemy |
| Filstorlek | 7.24 KB |
| Antal Installationer | 99 |
| Aktuell Version | 1.4 |
| Senast Uppdaterad | 2021-01-08 |
| Publiceringsdatum | 2018-05-20 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | magahet |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/magahet/next |
| URL till Sekretesspolicy Sidan | https://www.gmendiola.com/privicy |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Next",
"version": "1.4",
"description": "Click 'Play Next' automatically on Udacity and Udemy",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": {
"16": "icon16.png",
"24": "icon24.png",
"32": "icon32.png"
},
"default_title": "Next"
},
"content_scripts": [
{
"matches": [
"https:\/\/classroom.udacity.com\/*",
"https:\/\/www.udemy.com\/*"
],
"js": [
"next.js"
]
}
]
} | |