Linux Academy Autoplay
1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next…
Vad är Linux Academy Autoplay?
Linux Academy Autoplay är en Chrome-tillägg utvecklad av seanmysell, och dess huvudfunktion är "1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next…".
Tilläggsskärmbilder
Ladda ner Linux Academy Autoplay-förlängningens CRX-fil
Ladda ner Linux Academy Autoplay-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
1. Auto-plays Linux Academy videos at full-screen upon opening a lesson.
2. Automatically marks lessons complete and moves to next lesson at the end of playback. Grundläggande Information om Tillägg
| Namn | |
| ID | nkkiodnihcmehafffamnhamhapchjlfg |
| Officiell webbadress | https://chromewebstore.google.com/detail/linux-academy-autoplay/nkkiodnihcmehafffamnhamhapchjlfg |
| Beskrivning | 1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next… |
| Filstorlek | 47.35 KB |
| Antal Installationer | 93 |
| Aktuell Version | 0.2 |
| Senast Uppdaterad | 2019-12-18 |
| Publiceringsdatum | 2019-12-17 |
| Betyg | 3.40/5 Totalt 5 Betyg |
| Utvecklare | seanmysell |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Linux Academy Autoplay",
"version": "0.2",
"content_scripts": [
{
"matches": [
"https:\/\/linuxacademy.com\/cp\/courses\/lesson\/course\/*"
],
"run_at": "document_end",
"js": [
"jquery-3.4.1.min.js",
"content.js"
]
}
],
"browser_action": {
"default_icon": "icon16.png",
"icons": {
"16": "icon16.png",
"32": "icon32.png"
}
}
} | |