YouTube No Context

This removes YouTube's context/clarify box

Wat is YouTube No Context?

YouTube No Context is een Chrome-extensie ontwikkeld door Brent, en de belangrijkste functie is "This removes YouTube's context/clarify box".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie YouTube No Context

Download YouTube No Context-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

                        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 :)                    

Basisinformatie over de Extensie

Naam YouTube No Context YouTube No Context
ID dnlffelklagnbdjpcbhfdbangccjmhhh
Officiële URL https://chromewebstore.google.com/detail/youtube-no-context/dnlffelklagnbdjpcbhfdbangccjmhhh
Beschrijving This removes YouTube's context/clarify box
Bestandsgrootte 3.7 KB
Aantal Installaties 1,259
Huidige Versie 1.0
Laatst Bijgewerkt 2022-08-08
Publicatiedatum 2022-08-08
Beoordeling 5.00/5 Totaal 26 Beoordelingen
Ontwikkelaar Brent
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/BrentFarris/youtube-no-context
Help Pagina-URL https://github.com/BrentFarris/youtube-no-context/issues
Ondersteunde Talen 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"
    }
}