YouTube No Context

This removes YouTube's context/clarify box

什么是YouTube No Context?

YouTube No Context是由Brent开发的Chrome扩展程序,该扩展的主要功能是“This removes YouTube's context/clarify box”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载YouTube No Context扩展crx文件

下载YouTube No Context扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 YouTube No Context YouTube No Context
ID dnlffelklagnbdjpcbhfdbangccjmhhh
官方URL https://chromewebstore.google.com/detail/youtube-no-context/dnlffelklagnbdjpcbhfdbangccjmhhh
简介 This removes YouTube's context/clarify box
文件大小 3.7 KB
安装次数 1,259
当前版本 1.0
更新时间 2022-08-08
上架时间 2022-08-08
评分 5.00/5 共26次评分
开发者 Brent
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/BrentFarris/youtube-no-context
帮助页面URL https://github.com/BrentFarris/youtube-no-context/issues
支持的语言 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"
    }
}