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…
Apa itu Linux Academy Autoplay?
Linux Academy Autoplay adalah ekstensi Chrome yang dikembangkan oleh seanmysell, dan fitur utamanya adalah "1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Linux Academy Autoplay
Unduh file ekstensi Linux Academy Autoplay dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Linux Academy Autoplay |
ID | nkkiodnihcmehafffamnhamhapchjlfg |
URL Resmi | https://chromewebstore.google.com/detail/linux-academy-autoplay/nkkiodnihcmehafffamnhamhapchjlfg |
Deskripsi | 1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next… |
Ukuran File | 47.35 KB |
Jumlah Instalasi | 93 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2019-12-18 |
Tanggal Publikasi | 2019-12-17 |
Penilaian | 3.40/5 Total 5 Penilaian |
Pengembang | seanmysell |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } } |