Immerse yourself in YouTube videos with ambient light!
Go to the extensions site of your browser and add the extension:
A video card with a score of at least 1000 points in the PassMark Video Card Benchmark is recommended. Check your video card's score here:
https://www.videocardbenchmark.net/gpu_list.php
With a score lower than 1000 the extension will still work but it is likely that the YouTube video page will be slow and/or stuttering.
To troubleshoot performance problems or maximize the performance you can follow the checks and steps in the Troubleshoot guide
Browser | Version | Reason |
---|---|---|
Chromium | 80 | Optional chaining operator (?.) |
Firefox | 74 | Optional chaining operator (?.) |
Read the privacy policy
Feel free to
- contribute to the project at /youtube-ambilight
- report bugs at /youtube-ambilight/issues
- request a feature at /youtube-ambilight/issues
- or ask a question at /youtube-ambilight/issues
- Install Node (LTS)
- In the terminal/commandline enter
npm install
. - In the terminal/commandline enter
npm run build
. A/dist
folder will be generated which contains all the generated files of the extension. - Add the extension to Chrome:
- In Chrome go to the url chrome://extensions/.
- Turn on the
Developer mode
toggle. - Click
Load unpacked
and select the/dist
folder. Ambient light for YouTube™
has been added to the list of extensions.
- After you've modified a file in the
/src
folder follow these steps:- In the terminal/commandline enter
npm run build
- In Chrome go to the url chrome://extensions/ and click the refresh/update button in the card of the extension.
- In the terminal/commandline enter