VPSA Lesson Speed
Change video speed in VPSA Self Paced lessons
什麼是VPSA Lesson Speed?
VPSA Lesson Speed是由alexstore06開發的Chrome擴展程式,該擴展的主要功能是“Change video speed in VPSA Self Paced lessons”。
擴展截圖
下載VPSA Lesson Speed擴展crx文件
下載VPSA Lesson Speed擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | VPSA Lesson Speed |
ID | daicgjbjbhhngeofbadldopjoicaklaf |
官方網址 | https://chromewebstore.google.com/detail/vpsa-lesson-speed/daicgjbjbhhngeofbadldopjoicaklaf |
簡介 | Change video speed in VPSA Self Paced lessons |
檔案大小 | 13.88 KB |
安裝次數 | 74 |
目前版本 | 1.1 |
更新時間 | 2023-11-20 |
上架時間 | 2023-01-17 |
評分 | 5.00/5 共 3 次評分 |
開發者 | alexstore06 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } } |