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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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