Streamer mode for YouTube

Streamer Mode for YouTube blurs personal data and recommendations from YouTube to prevent leaking your data.

Streamer mode for YouTube là gì?

Streamer mode for YouTube là một tiện ích mở rộng Chrome được phát triển bởi vantezzen, và tính năng chính của nó là "Streamer Mode for YouTube blurs personal data and recommendations from YouTube to prevent leaking your data.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Streamer mode for YouTube

Tải xuống các tệp mở rộng Streamer mode for YouTube 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

                        Streamer Mode for YouTube ("Don't emberass me", No recommendations) blurs personal data and recommendations from YouTube to prevent leaking your data - similar to Discord's Streamer Mode.

This includes:

- Recommendations on the homepage
- Subscriptions in the sidebar
- Playlists in the sidebar
- Recommendations at the end of videos, including on embedded YouTube videos on other pages
- Recommendations to the right of videos
- Autoplaying video thumbnail at the end of the video (⚠️ Autoplay will still be enabled, you should disable it separately)
- Search history
- Trending page and other pages that might contain personalized recommendations
- Watch history page

This can be useful for:

- Opening YouTube on streams
- Opening YouTube in school or work presentations
- Opening YouTube in a public place

where you don't want to leak your recommendations or search history.

The streamer mode can be easily turned on and off using the added shield icon in the top right of the page. The status of streamer mode will be synced across all your tabs.

This extension does not:

- Disable autoplay (which potentially uses recommended videos), you should do that separately
- Disable clicking on the blurred content
- Hide account details of the currently logged in account like your YouTube handle, profile picture or comments that you wrote
- Hide if you are subscribed to a channel or not, e.g. in the search results or below videos
- Hide the number of views, likes, dislikes, comments, etc. of a video
- Hide ads that may be personalized
- Guarantee that other search results (outside of the history items) are not personalized in some way
- Guarantee that there might not be a short flash of the blurred content before it is blurred

Found content that doesn't get blurred or is not blurred correctly? Please open an issue on GitHub.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Streamer mode for YouTube Streamer mode for YouTube
ID admhaomdlooghcgfomhhbocldmchcnlh
URL Chính Thức https://chromewebstore.google.com/detail/streamer-mode-for-youtube/admhaomdlooghcgfomhhbocldmchcnlh
Mô tả Streamer Mode for YouTube blurs personal data and recommendations from YouTube to prevent leaking your data.
Kích Thước Tệp 70.85 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-01-24
Ngày Phát Hành 2023-01-23
Nhà Phát Triển vantezzen
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/vantezzen/streamer-mode-for-youtube/
URL Trang Trợ Giúp https://github.com/vantezzen/streamer-mode-for-youtube/issues
URL Trang Chính Sách Bảo Mật https://hollstein.io/browserprivacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "1.0.0",
    "author": "vantezzen",
    "name": "Streamer mode for YouTube",
    "description": "Streamer Mode for YouTube blurs personal data and recommendations from YouTube to prevent leaking your data.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/www.youtube-nocookie.com\/*"
            ],
            "js": [
                "injectStyle.a31d1f3b.js"
            ],
            "all_frames": true,
            "css": []
        },
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "contents.77d90920.js"
            ],
            "all_frames": true,
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*",
        "https:\/\/www.youtube-nocookie.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/www.youtube-nocookie.com\/*"
            ],
            "resources": [
                "injectStyle.47960bb1.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "contents.a6036b82.css"
            ]
        }
    ]
}