YouTube Minimizer

Hides suggestion bar and disables autoplay.

Wat is YouTube Minimizer?

YouTube Minimizer is een Chrome-extensie ontwikkeld door cmbartschat, en de belangrijkste functie is "Hides suggestion bar and disables autoplay.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube Minimizer

Download YouTube Minimizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam YouTube Minimizer YouTube Minimizer
ID igjfhbgmolfphjejknbmpipjiljddmic
Officiële URL https://chromewebstore.google.com/detail/youtube-minimizer/igjfhbgmolfphjejknbmpipjiljddmic
Beschrijving Hides suggestion bar and disables autoplay.
Bestandsgrootte 5.27 KB
Aantal Installaties 300
Huidige Versie 1.4
Laatst Bijgewerkt 2016-11-13
Publicatiedatum 2016-11-12
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar cmbartschat
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}