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」です。

拡張機能のスクリーンショット

screenshot

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 VPSA Lesson Speed
ID daicgjbjbhhngeofbadldopjoicaklaf
公式URL 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
Eメール [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"
    }
}