VPSA Lesson Speed

Change video speed in VPSA Self Paced lessons

VPSA Lesson Speed क्या है?

VPSA Lesson Speed alexstore06 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change video speed in VPSA Self Paced lessons"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VPSA Lesson Speed एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    }
}