YouTube Minimizer

Hides suggestion bar and disables autoplay.

What is YouTube Minimizer?

YouTube Minimizer is a Chrome extension developed by cmbartschat, and its main feature is "Hides suggestion bar and disables autoplay.".

Extension Screenshots

screenshot

Download YouTube Minimizer Extension CRX File

Download YouTube Minimizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Completely hides all videos marked as watched on the subscription list and tile views. Also reduces the sidebar to the single autoplay option, removing all other related and recommended videos.                    

Extension Basic Information

Name YouTube Minimizer YouTube Minimizer
ID igjfhbgmolfphjejknbmpipjiljddmic
Official URL https://chromewebstore.google.com/detail/youtube-minimizer/igjfhbgmolfphjejknbmpipjiljddmic
Description Hides suggestion bar and disables autoplay.
File Size 5.27 KB
Installation Count 300
Current Version 1.4
Last Updated 2016-11-13
Publish Date 2016-11-12
Rating 4.00/5 Total 4 Ratings
Developer cmbartschat
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Minimizer",
    "short_name": "YouTube Minimizer",
    "version": "1.4",
    "description": "Hides suggestion bar and disables autoplay.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "css": [
                "hide.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/feed\/subscriptions*"
            ],
            "js": [
                "hidequick.js"
            ]
        }
    ]
}