Minimal YouTube
An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.
什么是Minimal YouTube?
Minimal YouTube是由Ephraim Atta-Duncan开发的Chrome扩展程序,该扩展的主要功能是“An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.”。
扩展截图
下载Minimal YouTube扩展crx文件
下载Minimal YouTube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Dopamine Free Youtube at your service 扩展基本信息
| 名称 | |
| ID | imnffafnaoooaedkhappfhomnnpigogk |
| 官方URL | https://chromewebstore.google.com/detail/minimal-youtube/imnffafnaoooaedkhappfhomnnpigogk |
| 简介 | An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions. |
| 文件大小 | 216 KB |
| 安装次数 | 4,330 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2022-10-20 |
| 上架时间 | 2022-09-26 |
| 评分 | 4.76/5 共42次评分 |
| 开发者 | Ephraim Atta-Duncan |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/dephraiim/minimal-youtube |
| 支持的语言 | 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\/*"
]
}
]
} | |