Traversy Media - Official Extension

Improves the UX of the Traversy Media course platform

What is Traversy Media - Official Extension?

Traversy Media - Official Extension is a Chrome extension developed by bushblade, and its main feature is "Improves the UX of the Traversy Media course platform".

Extension Screenshots

screenshot

Download Traversy Media - Official Extension Extension CRX File

Download Traversy Media - Official Extension 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

                        This extension is for students of Brad Traversy.
It improves the UI of the course platform by scrolling the currently active lesson into view in the side menu and highlighting it. Making it easy for students to see what lesson they are on and which are the next and previous lessons.
Additionally it maximises the video to fill the available space in the viewport, improving the experience for those with larger monitors.
New feature added to persist the users video speed setting.                    

Extension Basic Information

Name Traversy Media - Official Extension Traversy Media - Official Extension
ID nmddkphngjlkifpobgpcbfbmfmfpimam
Official URL https://chromewebstore.google.com/detail/traversy-media-official-e/nmddkphngjlkifpobgpcbfbmfmfpimam
Description Improves the UX of the Traversy Media course platform
File Size 209 KB
Installation Count 263
Current Version 1.2.3
Last Updated 2024-02-23
Publish Date 2023-04-10
Rating 5.00/5 Total 6 Ratings
Developer bushblade
Email [email protected]
Payment Type free
Extension Website https://willadams.dev
Help Page URL https://github.com/bushblade/TraversyMediaScrollActiveLesson
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Traversy Media - Official Extension",
    "version": "1.2.3",
    "description": "Improves the UX of the Traversy Media course platform",
    "icons": {
        "48": "logo-48.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.traversymedia.com\/products\/*"
            ],
            "js": [
                "index.js",
                "setSpeed.js"
            ]
        }
    ],
    "action": {
        "default_icon": "logo-48.jpg"
    }
}