Skip to content

Instantly share code, notes, and snippets.

@tbuwadi
Created November 20, 2021 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbuwadi/ed6cc173a1ea17d3949af90c54f1382a to your computer and use it in GitHub Desktop.
Save tbuwadi/ed6cc173a1ea17d3949af90c54f1382a to your computer and use it in GitHub Desktop.
{
"name": "Disappointed Study Helper",
"description": "This extension will help you study",
"version": "0.1.0",
"manifest_version": 3,
"content_scripts": [{
"matches": ["https://www.youtube.com/*"],
"css": ["styles.css"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment