This is a Chrome extension that simulates the CRT screen on YouTube.
Visit Chrome Webstore
After cloning this repository, run
> npm install
to install dependencies.
Then go to the chrome://extensions
(or edge://extensions
if you are using Edge) in Chrome browser, enable the developer mode.
Then build the extension using the command below;
> npm run build
The dist
folder must be created.
Then you can install this by click the Load unpacked
from the extensions page and select the dist folder.