Auto Theater Mode for Youtube
Auto expands youtube videos.
What is Auto Theater Mode for Youtube?
Auto Theater Mode for Youtube is a Chrome extension developed by Quiet Dev, and its main feature is "Auto expands youtube videos.".
Extension Screenshots
Download Auto Theater Mode for Youtube Extension CRX File
Download Auto Theater Mode for Youtube 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
Makes Youtube videos be in theater mode by default.
Extension Basic Information
Name | Auto Theater Mode for Youtube |
ID | faldmgebjochcokggcfifikdenfekkad |
Official URL | https://chromewebstore.google.com/detail/auto-theater-mode-for-you/faldmgebjochcokggcfifikdenfekkad |
Description | Auto expands youtube videos. |
File Size | 3.8 KB |
Installation Count | 184 |
Current Version | 1.3.0 |
Last Updated | 2021-12-24 |
Publish Date | 2021-12-16 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Quiet Dev |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "icons": { "128": "Auto Theater Mode for Youtube.png" }, "manifest_version": 3, "name": "Auto Theater Mode for Youtube", "short_name": "Auto Theater", "description": "Auto expands youtube videos.", "permissions": [ "cookies" ], "host_permissions": [ "https:\/\/*.youtube.com\/*" ], "version": "1.3.0" } |