YouTube Incognito Theatre mode
Always disable autoplay and use theatre mode, even when browsing incognito.
What is YouTube Incognito Theatre mode?
YouTube Incognito Theatre mode is a Chrome extension developed by Thijs van Dijk, and its main feature is "Always disable autoplay and use theatre mode, even when browsing incognito.".
Extension Screenshots
Download YouTube Incognito Theatre mode Extension CRX File
Download YouTube Incognito Theatre mode 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
Incognito mode is great when you want to browse with a clean slate. However, this also means that all websites you visit will have forgotten your preferences. This extension simply resets YouTube to widescreen (or "Theatre" or "Cinema") mode, and unticks autoplay. It also disables autoplay in Vimeo. NOTE: in order to work in Incognito mode, remember to check "Allow in incognito" in the extensions tab.
Extension Basic Information
Name | |
ID | pfjninejdjnhelphklgogniambpihlln |
Official URL | https://chrome.google.com/webstore/detail/youtube-incognito-theatre/pfjninejdjnhelphklgogniambpihlln |
Description | Always disable autoplay and use theatre mode, even when browsing incognito. |
File Size | 13.27 KB |
Installation Count | 174 |
Current Version | 1.2.1 |
Last Updated | 2018-04-25 |
Publish Date | 2018-04-25 |
Rating | 4.67/5 Total 3 Ratings |
Developer | Thijs van Dijk |
Payment Type | free |
Extension Website | https://github.com/thijzert/youtube-incognito-theatre-plugin |
Privacy Policy Page URL | https://github.com/thijzert/youtube-incognito-theatre-plugin/blob/master/PRIVACY.md |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Incognito Theatre mode", "version": "1.2.1", "description": "Always disable autoplay and use theatre mode, even when browsing incognito.", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "minimum_chrome_version": "12.0.707.0", "incognito": "split", "permissions": [ "https:\/\/www.youtube.com\/", "https:\/\/vimeo.com\/", "cookies" ] } |