Skip to content

tararoshan/dance-monkey

Repository files navigation

Dance Monkey

A Chrome/Firefox extension to help with learning dances from YouTube videos. The name comes from "code monkey" but for dancing (dance monkeys just follow what the dancer on the screen does, code monkeys just code what their boss tells them to code).

Note: To reset the extension options config, click on the Dance Monkey icon (the person dancing). It should reset the video on the current tab and clear the extension.

Figma design file: link

All of the beautiful icons are actually emojis from OpenMoji!

Manual Testing in Firefox

Clone the repository, open Firefox > Add-ons Manager > Extensions > gear/settings button > Debug Add-ons > Load Temporary Add-on... > select the manifest.json file of Dance Monkey. Click "Inspect" on the loaded extention block to view console messages, etc.

Manifest V3 Notes

Because of the activeTab permission, I originally added

"host_permissions": [
    "*://*.youtube.com/*",
    "*://*.youtube-nocookie.com/*",
    "<all_urls>"
],

But users have to manually enable permissions for the extension to run on those sites. I think that's too much work for the user, so I'm using the tabs permission instead.

Known Issues

DuckDuckGo Videos

DDG shows videos in nested frames, which are difficult to find in the Document-Object Model. I may pick this up later, but from asking around, most dancers don't care about this.

Things I Learned

About

a firefox extension to help with learning the dances for dance videos

Resources

License

Stars

Watchers

Forks

Packages

No packages published