Minimal Youtube theme

Make youtube boring and calm

Cos'è Minimal Youtube theme?

Minimal Youtube theme è un'estensione di Chrome sviluppata da Rafi, e la sua funzione principale è "Make youtube boring and calm".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Minimal Youtube theme

Scarica i file di estensione Minimal Youtube theme 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

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

Informazioni di Base sull'Estensione

Nome Minimal Youtube theme Minimal Youtube theme
ID ccplmbjcmgejfkggenhjagijijklnacm
URL Ufficiale https://chromewebstore.google.com/detail/minimal-youtube-theme/ccplmbjcmgejfkggenhjagijijklnacm
Descrizione Make youtube boring and calm
Dimensione del File 26.36 KB
Conteggio Installazioni 175
Versione Corrente 0.0.3
Ultimo Aggiornamento 2022-09-07
Data di Pubblicazione 2022-08-28
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Rafi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Rafi993/minimal-youtube-theme
URL della Pagina di Aiuto https://github.com/Rafi993/minimal-youtube-theme/issues
Lingue Supportate 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"
    }
}