A Chrome extension that hides all YouTube UI except for your video
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Dylan Baker aaa8614f2b Initial commit 4 gadus atpakaļ
ext Initial commit 4 gadus atpakaļ
src Initial commit 4 gadus atpakaļ
.gitignore Initial commit 4 gadus atpakaļ
LICENSE Initial commit 4 gadus atpakaļ
README.md Initial commit 4 gadus atpakaļ
package-lock.json Initial commit 4 gadus atpakaļ
package.json Initial commit 4 gadus atpakaļ
webpack.config.js Initial commit 4 gadus atpakaļ

README.md

Refined YouTube

This is a browser extension that lets you view YouTube videos in a plain, distraction-free page. Upon visiting a YouTube video, the extension will add a button to the page that, when clicked, will remove everything but the video and display it against a plain, dark background.

Installation

Clone or download this repository and then load it as an unpacked extension. This is accomplished in different ways in different browsers.

Chrome: visit chrome://extensions, enable Developer mode, and click Load unpacked. Select this repository’s ext directory.

Firefox: visit about:debugging and click Load Temporary Add-On. Select ext/manifest.json in this repository.

License

This extension is open source software under the terms of the MIT License.