Minimal Youtube theme
Make youtube boring and calm
什么是Minimal Youtube theme?
Minimal Youtube theme是由Rafi开发的Chrome扩展程序,该扩展的主要功能是“Make youtube boring and calm”。
扩展截图
下载Minimal Youtube theme扩展crx文件
下载Minimal Youtube theme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It hides some elements in the youtube to make it less distracting and more enjoyable. 扩展基本信息
| 名称 | |
| ID | ccplmbjcmgejfkggenhjagijijklnacm |
| 官方URL | https://chromewebstore.google.com/detail/minimal-youtube-theme/ccplmbjcmgejfkggenhjagijijklnacm |
| 简介 | Make youtube boring and calm |
| 文件大小 | 26.36 KB |
| 安装次数 | 175 |
| 当前版本 | 0.0.3 |
| 更新时间 | 2022-09-07 |
| 上架时间 | 2022-08-28 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | Rafi |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/Rafi993/minimal-youtube-theme |
| 帮助页面URL | https://github.com/Rafi993/minimal-youtube-theme/issues |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Minimal Youtube theme",
"description": "Make youtube boring and calm",
"version": "0.0.3",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"run_at": "document_end",
"css": [
"main.10a003bc.css"
],
"js": [
"main.da0dd1a7.js"
]
}
],
"action": {
"default_title": "Options",
"default_popup": "options.818d1ab0.html"
},
"icons": {
"16": "icon16.cf8ed879.png",
"32": "icon32.1f1b0c61.png",
"48": "icon48.6b8809b5.png",
"128": "icon128.12662906.png"
}
} | |