Minimal Youtube theme

Make youtube boring and calm

Wat is Minimal Youtube theme?

Minimal Youtube theme is een Chrome-extensie ontwikkeld door Rafi, en de belangrijkste functie is "Make youtube boring and calm".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Minimal Youtube theme

Download Minimal Youtube theme-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

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

Basisinformatie over de Extensie

Naam Minimal Youtube theme Minimal Youtube theme
ID ccplmbjcmgejfkggenhjagijijklnacm
Officiële URL https://chromewebstore.google.com/detail/minimal-youtube-theme/ccplmbjcmgejfkggenhjagijijklnacm
Beschrijving Make youtube boring and calm
Bestandsgrootte 26.36 KB
Aantal Installaties 175
Huidige Versie 0.0.3
Laatst Bijgewerkt 2022-09-07
Publicatiedatum 2022-08-28
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Rafi
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Rafi993/minimal-youtube-theme
Help Pagina-URL https://github.com/Rafi993/minimal-youtube-theme/issues
Ondersteunde Talen 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"
    }
}