YouTube Incognito Theatre mode
Always disable autoplay and use theatre mode, even when browsing incognito.
YouTube Incognito Theatre mode là gì?
YouTube Incognito Theatre mode là một tiện ích mở rộng Chrome được phát triển bởi Thijs van Dijk, và tính năng chính của nó là "Always disable autoplay and use theatre mode, even when browsing incognito.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng YouTube Incognito Theatre mode
Tải xuống các tệp mở rộng YouTube Incognito Theatre mode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pfjninejdjnhelphklgogniambpihlln |
URL Chính Thức | https://chrome.google.com/webstore/detail/youtube-incognito-theatre/pfjninejdjnhelphklgogniambpihlln |
Mô tả | Always disable autoplay and use theatre mode, even when browsing incognito. |
Kích Thước Tệp | 13.27 KB |
Số Lần Cài Đặt | 174 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2018-04-25 |
Ngày Phát Hành | 2018-04-25 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Thijs van Dijk |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/thijzert/youtube-incognito-theatre-plugin |
URL Trang Chính Sách Bảo Mật | https://github.com/thijzert/youtube-incognito-theatre-plugin/blob/master/PRIVACY.md |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |