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…
Wat is Linux Academy Autoplay?
Linux Academy Autoplay is een Chrome-extensie ontwikkeld door seanmysell, en de belangrijkste functie is "1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next…".
Extensie Screenshots
Download het CRX-bestand van de extensie Linux Academy Autoplay
Download Linux Academy Autoplay-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Linux Academy Autoplay |
ID | nkkiodnihcmehafffamnhamhapchjlfg |
Officiële URL | https://chromewebstore.google.com/detail/linux-academy-autoplay/nkkiodnihcmehafffamnhamhapchjlfg |
Beschrijving | 1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next… |
Bestandsgrootte | 47.35 KB |
Aantal Installaties | 93 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2019-12-18 |
Publicatiedatum | 2019-12-17 |
Beoordeling | 3.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | seanmysell |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } |