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…
Co to jest Linux Academy Autoplay?
Linux Academy Autoplay to rozszerzenie Chrome opracowane przez seanmysell, a jego główną funkcją jest „1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Linux Academy Autoplay
Pobierz pliki rozszerzeń Linux Academy Autoplay w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nkkiodnihcmehafffamnhamhapchjlfg |
| Oficjalny URL | https://chromewebstore.google.com/detail/linux-academy-autoplay/nkkiodnihcmehafffamnhamhapchjlfg |
| Opis | 1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next… |
| Rozmiar pliku | 47.35 KB |
| Liczba instalacji | 93 |
| Aktualna Wersja | 0.2 |
| Ostatnia Aktualizacja | 2019-12-18 |
| Data Publikacji | 2019-12-17 |
| Ocena | 3.40/5 Łącznie 5 Oceny |
| Deweloper | seanmysell |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
}
} | |