VPSA Lesson Speed
Change video speed in VPSA Self Paced lessons
What is VPSA Lesson Speed?
VPSA Lesson Speed is a Chrome extension developed by alexstore06, and its main feature is "Change video speed in VPSA Self Paced lessons".
Extension Screenshots
Download VPSA Lesson Speed Extension CRX File
Download VPSA Lesson Speed extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | VPSA Lesson Speed |
ID | daicgjbjbhhngeofbadldopjoicaklaf |
Official URL | https://chromewebstore.google.com/detail/vpsa-lesson-speed/daicgjbjbhhngeofbadldopjoicaklaf |
Description | Change video speed in VPSA Self Paced lessons |
File Size | 13.88 KB |
Installation Count | 74 |
Current Version | 1.1 |
Last Updated | 2023-11-20 |
Publish Date | 2023-01-17 |
Rating | 5.00/5 Total 3 Ratings |
Developer | alexstore06 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |