YouTube Minimizer

Hides suggestion bar and disables autoplay.

Cos'è YouTube Minimizer?

YouTube Minimizer è un'estensione di Chrome sviluppata da cmbartschat, e la sua funzione principale è "Hides suggestion bar and disables autoplay.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouTube Minimizer

Scarica i file di estensione YouTube Minimizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome YouTube Minimizer YouTube Minimizer
ID igjfhbgmolfphjejknbmpipjiljddmic
URL Ufficiale https://chromewebstore.google.com/detail/youtube-minimizer/igjfhbgmolfphjejknbmpipjiljddmic
Descrizione Hides suggestion bar and disables autoplay.
Dimensione del File 5.27 KB
Conteggio Installazioni 300
Versione Corrente 1.4
Ultimo Aggiornamento 2016-11-13
Data di Pubblicazione 2016-11-12
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore cmbartschat
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}