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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | pfjninejdjnhelphklgogniambpihlln |
官方網址 | 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" ] } |