WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Dance Practice Assist for Youtube

Dance Practice Assist for Youtube

View on Chrome Web Store
View Dance Practice Assist for Youtube Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
26 views
This extension has been viewed 26 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Video Mirroring, Speed Control, and Segment looping to help you learn dance choreographies!
Type
Extension
Users
425 users
2
AXWDragon
View author page of AXWDragon
Published
Published on December 28, 2023
Version 1.2
Manifest version
3
Updated
Updated on April 26, 2025
lifestyle/fun
Extension Category
View on Chrome Web Store
View Dance Practice Assist for Youtube Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dance Practice Assist for Youtube",
    "description": "Video Mirroring, Speed Control, and Segment looping to help you learn dance choreographies!",
    "version": "1.2",
    "action": {
        "default_popup": "scripts\/popup.html",
        "default_icon": {
            "128": "icons\/YDI.png"
        }
    },
    "icons": {
        "128": "icons\/YDI.png"
    },
    "host_permissions": [
        "https:\/\/youtube.com\/*"
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/marker.png",
                "assets\/icons8-crayon-48.png",
                "assets\/begin.png",
                "assets\/end.png",
                "assets\/delete.png"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top