Chrome extension that makes YouTube AMOLED.
Good for your eyes, good for your screen (and your battery, if you have one)
- If you want to install the stable releases, go to
chrome://flags
and search for the#extension-mime-request-handling
flag and set it toAlways prompt for install
.
- This is a WIP and sometimes the tweaks may not work. If you know anything to fix these issues, make a PR and I'll see if it is ok.
-
When you install nightly builds, you will not have some extended update support.
- As the extension ID always changes on every installation because of the method used, you always will need to use
git pull
sometimes to pick the most recent changes around the time.
- As the extension ID always changes on every installation because of the method used, you always will need to use
-
If you install the stable version, the extension ID will always be
mipmmienhagcbdjfdfolijbhkcgmkhkn
, as I compiled with my own private key.- I created a file named
updates.xml
in this repo who will always ensure that you will have the most recent stable version. But sorry, it's not guaranteed if I will always compile the source to make the recent changes avaliable to some users, so, if you want some more things (if it will have so), just use nightly builds, as they are more raw and always includes the most recent changes in the repository (at clone time).
- I created a file named
- Download and install Git if you do not have it installed already.
- Open your Terminal or Command Prompt
- Clone the repo using the command
git clone https://github.com/lucmsilva651/amotube
- Visit
chrome://extensions/
and turn on developer mode (toggle in top right). - Click
Load unpacked
and select the directory you clone the repository to.
Alternative #2 - stable (read this first)
- Go to
chrome://extensions
and enable developer mode (toggle in top right). - Download the .crx from Releases and drag-and-drop it onto the
chrome://extensions
page.
Alternative #3 - stable (read this first)
- Download the .crx from Releases and extract the contents to a folder.
- Visit
chrome://extensions/
and turn on developer mode (toggle in top right). - Click
Load unpacked
and select the directory you extracted the crx to.
2024 Lucas Gabriel (lucmsilva) - MIT License.