YouTube Minimizer

Hides suggestion bar and disables autoplay.

Co to jest YouTube Minimizer?

YouTube Minimizer to rozszerzenie Chrome opracowane przez cmbartschat, a jego główną funkcją jest „Hides suggestion bar and disables autoplay.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia YouTube Minimizer

Pobierz pliki rozszerzeń YouTube Minimizer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa YouTube Minimizer YouTube Minimizer
ID igjfhbgmolfphjejknbmpipjiljddmic
Oficjalny URL https://chromewebstore.google.com/detail/youtube-minimizer/igjfhbgmolfphjejknbmpipjiljddmic
Opis Hides suggestion bar and disables autoplay.
Rozmiar pliku 5.27 KB
Liczba instalacji 300
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2016-11-13
Data Publikacji 2016-11-12
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper cmbartschat
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}