YouTube No Context

This removes YouTube's context/clarify box

Was ist YouTube No Context?

YouTube No Context ist eine Chrome-Erweiterung, die von Brent entwickelt wurde, und ihr Hauptmerkmal ist "This removes YouTube's context/clarify box".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

YouTube No Context-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube No Context-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

                        Just a plugin to de-clutter YouTube's watch page by removing the context (aka clarify) box. I just want to get rid of all the clutter going on :)                    

Grundlegende Informationen zur Erweiterung

Name YouTube No Context YouTube No Context
ID dnlffelklagnbdjpcbhfdbangccjmhhh
Offizielle URL https://chromewebstore.google.com/detail/youtube-no-context/dnlffelklagnbdjpcbhfdbangccjmhhh
Beschreibung This removes YouTube's context/clarify box
Dateigröße 3.7 KB
Installationsanzahl 1,259
Aktuelle Version 1.0
Letztes Update 2022-08-08
Veröffentlichungsdatum 2022-08-08
Bewertung 5.00/5 Insgesamt 26 Bewertungen
Entwickler Brent
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/BrentFarris/youtube-no-context
Hilfeseite URL https://github.com/BrentFarris/youtube-no-context/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube No Context",
    "action": {
        "default_icon": "icon.png"
    },
    "manifest_version": 3,
    "version": "1.0",
    "description": "This removes YouTube's context\/clarify box",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}