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…
什麼是Linux Academy Autoplay?
Linux Academy Autoplay是由seanmysell開發的Chrome擴展程式,該擴展的主要功能是“1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next…”。
擴展截圖
下載Linux Academy Autoplay擴展crx文件
下載Linux Academy Autoplay擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Linux Academy Autoplay |
ID | nkkiodnihcmehafffamnhamhapchjlfg |
官方網址 | https://chromewebstore.google.com/detail/linux-academy-autoplay/nkkiodnihcmehafffamnhamhapchjlfg |
簡介 | 1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next… |
檔案大小 | 47.35 KB |
安裝次數 | 93 |
目前版本 | 0.2 |
更新時間 | 2019-12-18 |
上架時間 | 2019-12-17 |
評分 | 3.40/5 共 5 次評分 |
開發者 | seanmysell |
付費類型 | free |
支援的語言 | 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" } } } |