Youtube Minimalist
Removes the annoying elements from Youtube for a minimalist experience
什么是Youtube Minimalist?
Youtube Minimalist是由Hulitaphy开发的Chrome扩展程序,该扩展的主要功能是“Removes the annoying elements from Youtube for a minimalist experience”。
扩展截图
下载Youtube Minimalist扩展crx文件
下载Youtube Minimalist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
There are many annoying elements that can hamper your experience while browsing youtube, or simply detract your focus from your goal: watching videos!. This extension will give you options to remove the worst to make for a more minimalist experience. Currently, this extension gives you settings to enable or disable these elements on youtube: - The Logo and other icons from being visible - Ads - Search Result Distractions: Anything not a video in the search results - Comment Section Link (Don't want to be accidentally clicking on viruses) - Category Suggestions on the homepage - Youtube Posts in search results - Like buttons (Dislikes are gone, why not likes) - End of video suggestion popups (I already know what I want to watch, thanks algorithm!) - Turn shorts into regular video format from TikTok format If youtube has been annoying you, please give this extension a try! Suggestions and feedback are certainly welcome.
扩展基本信息
名称 | Youtube Minimalist |
ID | dhkbfioggpdjdkocfimgahjmfkmolnap |
官方URL | https://chromewebstore.google.com/detail/youtube-minimalist/dhkbfioggpdjdkocfimgahjmfkmolnap |
简介 | Removes the annoying elements from Youtube for a minimalist experience |
文件大小 | 46.07 KB |
安装次数 | 36 |
当前版本 | 0.3 |
更新时间 | 2023-02-06 |
上架时间 | 2023-01-03 |
开发者 | Hulitaphy |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "permissions": [ "storage" ], "name": "Youtube Minimalist", "description": "Removes the annoying elements from Youtube for a minimalist experience", "version": "0.3", "author": "Fulivor", "action": { "default_popup": "index.html", "default_title": "Extension Enabler" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "jquery.min.js", "content.js" ] } ], "icons": { "128": "chrome_128.png", "48": "chrome_48.png", "32": "chrome_32.png", "16": "chrome_16.png" } } |