YouTube No Context

This removes YouTube's context/clarify box

What is YouTube No Context?

YouTube No Context is a Chrome extension developed by Brent, and its main feature is "This removes YouTube's context/clarify box".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download YouTube No Context Extension CRX File

Download YouTube No Context extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name YouTube No Context YouTube No Context
ID dnlffelklagnbdjpcbhfdbangccjmhhh
Official URL https://chromewebstore.google.com/detail/youtube-no-context/dnlffelklagnbdjpcbhfdbangccjmhhh
Description This removes YouTube's context/clarify box
File Size 3.7 KB
Installation Count 1,259
Current Version 1.0
Last Updated 2022-08-08
Publish Date 2022-08-08
Rating 5.00/5 Total 26 Ratings
Developer Brent
Email [email protected]
Payment Type free
Extension Website https://github.com/BrentFarris/youtube-no-context
Help Page URL https://github.com/BrentFarris/youtube-no-context/issues
Supported Languages 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"
    }
}