YouTube Incognito Theatre mode

Always disable autoplay and use theatre mode, even when browsing incognito.

O que é YouTube Incognito Theatre mode?

YouTube Incognito Theatre mode é uma extensão do Chrome desenvolvida por Thijs van Dijk, e sua principal característica é "Always disable autoplay and use theatre mode, even when browsing incognito.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YouTube Incognito Theatre mode

Baixe arquivos de extensão YouTube Incognito Theatre mode no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome YouTube Incognito Theatre mode YouTube Incognito Theatre mode
ID pfjninejdjnhelphklgogniambpihlln
URL Oficial https://chrome.google.com/webstore/detail/youtube-incognito-theatre/pfjninejdjnhelphklgogniambpihlln
Descrição Always disable autoplay and use theatre mode, even when browsing incognito.
Tamanho do Arquivo 13.27 KB
Contagem de Instalações 174
Versão Atual 1.2.1
Última Atualização 2018-04-25
Data de Publicação 2018-04-25
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor Thijs van Dijk
Tipo de Pagamento free
Site da Extensão https://github.com/thijzert/youtube-incognito-theatre-plugin
URL da Página de Política de Privacidade https://github.com/thijzert/youtube-incognito-theatre-plugin/blob/master/PRIVACY.md
Idiomas Suportados 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"
    ]
}