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…
Qu'est-ce que Linux Academy Autoplay ?
Linux Academy Autoplay est une extension Chrome développée par seanmysell, et sa fonction principale est "1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Linux Academy Autoplay
Téléchargez les fichiers d'extension Linux Academy Autoplay au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Linux Academy Autoplay |
ID | nkkiodnihcmehafffamnhamhapchjlfg |
URL Officiel | https://chromewebstore.google.com/detail/linux-academy-autoplay/nkkiodnihcmehafffamnhamhapchjlfg |
Description | 1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next… |
Taille du Fichier | 47.35 KB |
Nombre d'Installations | 93 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2019-12-18 |
Date de Publication | 2019-12-17 |
Évaluation | 3.40/5 Total 5 Évaluations |
Développeur | seanmysell |
Type de Paiement | free |
Langues Prises en Charge | 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" } } } |