YouTube Incognito Theatre mode

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

YouTube Incognito Theatre modeとは何ですか?

YouTube Incognito Theatre modeはThijs van Dijkによって開発されたChromeの拡張機能で、その主な機能は「Always disable autoplay and use theatre mode, even when browsing incognito.」です。

拡張機能のスクリーンショット

screenshot

YouTube Incognito Theatre mode拡張機能のCRXファイルをダウンロード

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"
    ]
}