Minimal Youtube theme

Make youtube boring and calm

Was ist Minimal Youtube theme?

Minimal Youtube theme ist eine Chrome-Erweiterung, die von Rafi entwickelt wurde, und ihr Hauptmerkmal ist "Make youtube boring and calm".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Minimal Youtube theme-Erweiterungs-CRX-Datei herunterladen

Laden Sie Minimal Youtube theme-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        It hides some elements in the youtube to make it less distracting and more enjoyable.                    

Grundlegende Informationen zur Erweiterung

Name Minimal Youtube theme Minimal Youtube theme
ID ccplmbjcmgejfkggenhjagijijklnacm
Offizielle URL https://chromewebstore.google.com/detail/minimal-youtube-theme/ccplmbjcmgejfkggenhjagijijklnacm
Beschreibung Make youtube boring and calm
Dateigröße 26.36 KB
Installationsanzahl 175
Aktuelle Version 0.0.3
Letztes Update 2022-09-07
Veröffentlichungsdatum 2022-08-28
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Rafi
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Rafi993/minimal-youtube-theme
Hilfeseite URL https://github.com/Rafi993/minimal-youtube-theme/issues
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Minimal Youtube theme",
    "description": "Make youtube boring and calm",
    "version": "0.0.3",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "main.10a003bc.css"
            ],
            "js": [
                "main.da0dd1a7.js"
            ]
        }
    ],
    "action": {
        "default_title": "Options",
        "default_popup": "options.818d1ab0.html"
    },
    "icons": {
        "16": "icon16.cf8ed879.png",
        "32": "icon32.1f1b0c61.png",
        "48": "icon48.6b8809b5.png",
        "128": "icon128.12662906.png"
    }
}