YouTube Incognito Theatre mode

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

Что такое YouTube Incognito Theatre mode?

YouTube Incognito Theatre mode - это расширение Chrome, разработанное Thijs van Dijk, и его основная функция - "Always disable autoplay and use theatre mode, even when browsing incognito.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения YouTube Incognito Theatre mode

Скачайте файлы расширений YouTube Incognito Theatre mode в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название YouTube Incognito Theatre mode YouTube Incognito Theatre mode
ID pfjninejdjnhelphklgogniambpihlln
Официальный URL https://chrome.google.com/webstore/detail/youtube-incognito-theatre/pfjninejdjnhelphklgogniambpihlln
Описание Always disable autoplay and use theatre mode, even when browsing incognito.
Размер файла 13.27 KB
Количество установок 174
Текущая Версия 1.2.1
Последнее Обновление 2018-04-25
Дата публикации 2018-04-25
Рейтинг 4.67/5 Всего 3 оценок
Разработчик Thijs van Dijk
Тип оплаты free
Официальный сайт расширения https://github.com/thijzert/youtube-incognito-theatre-plugin
URL страницы политики конфиденциальности https://github.com/thijzert/youtube-incognito-theatre-plugin/blob/master/PRIVACY.md
Поддерживаемые языки 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"
    ]
}