diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..2a62937 --- /dev/null +++ b/Readme.md @@ -0,0 +1,12 @@ +# YoutubeCinema + +WebExtension to watch YouTube videos without the distracting cruft around it, in the full window. + +![](concept.png) + +It simply redirects visits to e.g. `youtube.com/watch?v=12345` to `youtube.com/embed/12345`. + +To view a full-window video in its usual crufty context, click the extension's icon. It will then remain deactivated in that video's tab. + +Tested in Firefox (published [here](https://addons.mozilla.org/en-US/firefox/addon/youtubecinema/)) +and Chromium ([here](https://chrome.google.com/webstore/detail/youtubecinema/pdfgggfjbhlaacmggkejmfmjfdfdhahi)). diff --git a/concept.png b/concept.png new file mode 100644 index 0000000..a8b4917 Binary files /dev/null and b/concept.png differ