YTheatre runs using electron, so most extensions made for Chrome/Chromium should be supported. The difference is how they are loaded.
Extensions are loaded using an "unpacked" method, which means that you'll need to find an uncompiled version of the extension you would like. You can normally find these in the extensions source code or through a release for the extension on Github labeled "Chrome" or "Chromium" as a ZIP. If you need a way to find out if your extension is unpacked or not, it should contain manifest.json
file in its root directory.
You will want to copy this extension to /Documents/YTheatre/extensions
. If the directory doesn't exist, you may have not opened YTheatre yet.
You also want to make sure that the extension isn't inside a subfolder of the extension directory. This can happen on accident by extracting the extension from a ZIP file, which can commonly create a subfolder with the same name.
You can change the default display settings by editing the config.ini
file in the YTheatre directory in your documents folder. The default settings are:
startInFullScreen
: falsepreferedDisplay
: 1defaultWidth
: 1920defaultHeight
: 1080insetTitleBar
: true