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…
What is Linux Academy Autoplay?
Linux Academy Autoplay is a Chrome extension developed by seanmysell, and its main feature is "1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next…".
Extension Screenshots
Download Linux Academy Autoplay Extension CRX File
Download Linux Academy Autoplay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Linux Academy Autoplay |
ID | nkkiodnihcmehafffamnhamhapchjlfg |
Official URL | 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… |
File Size | 47.35 KB |
Installation Count | 93 |
Current Version | 0.2 |
Last Updated | 2019-12-18 |
Publish Date | 2019-12-17 |
Rating | 3.40/5 Total 5 Ratings |
Developer | seanmysell |
Payment Type | free |
Supported Languages | 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" } } } |