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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" ] } |