BetterTheatre
With this extension you can enjoy a full size theatre mode on youtube.
What is BetterTheatre?
BetterTheatre is a Chrome extension developed by Paolo Basso, and its main feature is "With this extension you can enjoy a full size theatre mode on youtube.".
Extension Screenshots
Download BetterTheatre Extension CRX File
Download BetterTheatre extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
With this simple extension you will be able to use all your screen when watching YouTube videos in theater mode.
Extension Basic Information
Name | BetterTheatre |
ID | bbncinkmcfkhjbnebkbhoefiecdenmkh |
Official URL | https://chromewebstore.google.com/detail/bettertheatre/bbncinkmcfkhjbnebkbhoefiecdenmkh |
Description | With this extension you can enjoy a full size theatre mode on youtube. |
File Size | 18.82 KB |
Installation Count | 797 |
Current Version | 1.11.0 |
Last Updated | 2023-09-05 |
Publish Date | 2018-10-14 |
Rating | 4.55/5 Total 33 Ratings |
Developer | Paolo Basso |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/paolobasso99/BetterTheatre/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BetterTheatre", "description": "With this extension you can enjoy a full size theatre mode on youtube.", "version": "1.11.0", "author": "Paolo Basso", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "css": [ "css\/BetterTheatre.css" ] } ], "icons": { "16": "assets\/BT_icon16.png", "48": "assets\/BT_icon48.png", "128": "assets\/BT_icon128.png" }, "web_accessible_resources": [ { "resources": [ "css\/BetterTheatre.css" ], "matches": [ "*:\/\/www.youtube.com\/*" ] } ] } |