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 là gì?

Linux Academy Autoplay là một tiện ích mở rộng Chrome được phát triển bởi seanmysell, và tính năng chính của nó là "1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Linux Academy Autoplay

Tải xuống các tệp mở rộng Linux Academy Autoplay dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Linux Academy Autoplay Linux Academy Autoplay
ID nkkiodnihcmehafffamnhamhapchjlfg
URL Chính Thức https://chromewebstore.google.com/detail/linux-academy-autoplay/nkkiodnihcmehafffamnhamhapchjlfg
Mô tả 1. Auto-plays Linux Academy videos at full-screen upon opening a lesson. 2. Automatically marks lessons complete and moves to next…
Kích Thước Tệp 47.35 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2019-12-18
Ngày Phát Hành 2019-12-17
Đánh Giá 3.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển seanmysell
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}