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…
Hvad er Linux Academy Autoplay?
Linux Academy Autoplay er en Chrome-udvidelse udviklet af seanmysell, og dens hovedfunktion er "1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next…".
Udvidelsesskærmbilleder
Download Linux Academy Autoplay-udvidelses-CRX-fil
Download Linux Academy Autoplay-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Linux Academy Autoplay |
ID | nkkiodnihcmehafffamnhamhapchjlfg |
Officiel URL | https://chromewebstore.google.com/detail/linux-academy-autoplay/nkkiodnihcmehafffamnhamhapchjlfg |
Beskrivelse | 1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next… |
Filstørrelse | 47.35 KB |
Antal Installationer | 93 |
Nuværende Version | 0.2 |
Senest Opdateret | 2019-12-18 |
Udgivelsesdato | 2019-12-17 |
Bedømmelse | 3.40/5 Samlet 5 Bedømmelser |
Udvikler | seanmysell |
Betalingsmetode | free |
Understøttede Sprog | 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" } } } |