VPSA Lesson Speed
Change video speed in VPSA Self Paced lessons
VPSA Lesson Speed là gì?
VPSA Lesson Speed là một tiện ích mở rộng Chrome được phát triển bởi alexstore06, và tính năng chính của nó là "Change video speed in VPSA Self Paced lessons".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng VPSA Lesson Speed
Tải xuống các tệp mở rộng VPSA Lesson Speed 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
Allows you to change the video speed in Veritas Press Self Paced lessons. Make sure to pin for easy access! Since the lesson does not open in a tab with an extension bar, you may want to change the speed before launching the lesson. Alternatively, you can just switch to another (or the original) Chrome window after launching the lesson and change the speed there.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | VPSA Lesson Speed |
ID | daicgjbjbhhngeofbadldopjoicaklaf |
URL Chính Thức | https://chromewebstore.google.com/detail/vpsa-lesson-speed/daicgjbjbhhngeofbadldopjoicaklaf |
Mô tả | Change video speed in VPSA Self Paced lessons |
Kích Thước Tệp | 13.88 KB |
Số Lần Cài Đặt | 74 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2023-11-20 |
Ngày Phát Hành | 2023-01-17 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | alexstore06 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "VPSA Lesson Speed", "description": "Change video speed in VPSA Self Paced lessons", "version": "1.1", "icons": { "16": "veritas-16.png", "32": "veritas-32.png", "48": "veritas-48.png", "128": "veritas-128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/sp.veritaspress.com\/*", "https:\/\/sp.veritaspress.com\/*" ], "js": [ "veritas.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "veritas.html" } } |