Minimal YouTube
An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.
Qu'est-ce que Minimal YouTube ?
Minimal YouTube est une extension Chrome développée par Ephraim Atta-Duncan, et sa fonction principale est "An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Minimal YouTube
Téléchargez les fichiers d'extension Minimal YouTube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Dopamine Free Youtube at your service
Informations de Base sur l'Extension
Nom | Minimal YouTube |
ID | imnffafnaoooaedkhappfhomnnpigogk |
URL Officiel | https://chromewebstore.google.com/detail/minimal-youtube/imnffafnaoooaedkhappfhomnnpigogk |
Description | An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions. |
Taille du Fichier | 216 KB |
Nombre d'Installations | 4,330 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2022-10-20 |
Date de Publication | 2022-09-26 |
Évaluation | 4.76/5 Total 42 Évaluations |
Développeur | Ephraim Atta-Duncan |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/dephraiim/minimal-youtube |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Minimal YouTube", "version": "1.0.0", "description": "An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.", "author": "Ephraim Atta-Duncan", "icons": { "16": "assets\/16x16.png", "48": "assets\/48x48.png", "128": "assets\/128x128.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ] } |