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…
Was ist Linux Academy Autoplay?
Linux Academy Autoplay ist eine Chrome-Erweiterung, die von seanmysell entwickelt wurde, und ihr Hauptmerkmal ist "1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next…".
Erweiterungsscreenshots
Linux Academy Autoplay-Erweiterungs-CRX-Datei herunterladen
Laden Sie Linux Academy Autoplay-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
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.
Grundlegende Informationen zur Erweiterung
Name | Linux Academy Autoplay |
ID | nkkiodnihcmehafffamnhamhapchjlfg |
Offizielle URL | https://chromewebstore.google.com/detail/linux-academy-autoplay/nkkiodnihcmehafffamnhamhapchjlfg |
Beschreibung | 1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next… |
Dateigröße | 47.35 KB |
Installationsanzahl | 93 |
Aktuelle Version | 0.2 |
Letztes Update | 2019-12-18 |
Veröffentlichungsdatum | 2019-12-17 |
Bewertung | 3.40/5 Insgesamt 5 Bewertungen |
Entwickler | seanmysell |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } } |