Less Addictive YouTube
Remove elements from YouTube (thumbnails, Shorts, or comments) to make it less addictive.
什么是Less Addictive YouTube?
Less Addictive YouTube是由AlexisDrain开发的Chrome扩展程序,该扩展的主要功能是“Remove elements from YouTube (thumbnails, Shorts, or comments) to make it less addictive.”。
扩展截图
下载Less Addictive YouTube扩展crx文件
下载Less Addictive YouTube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Remove some elements from YouTube to make it less addictive. Mix and match between the following options: - Hide or show thumbnails and video preview - Hide or show recommended videos sidebar - Hide or show comments - Hide or show Shorts --------------- (1-10-2024) v1.45: - New feature: Added option to show/hide videos on the front page. Changelog (12-17-2023): - Fixed bug where extension doesn't work in new tabs. - Changed logo. Changelog (12-07-2023): New Features: - Extension now displays your changes immediately. No need to F5/Refresh to see your new settings. - Extension now works before any of the DOM objects are rendered. No more tiny flash of hidden content being shown when you reload the page. - Slightly cleaner options menu with labels above each category (Thumbnails, In video, Misc). - Option: make video length visible even with no thumbnail. - Option: show how much you've watched from the video (the red bar below the thumbnails) Bug fixes: - Bug fix: "Show Explore content" is now separate from Shorts. - Bug fix: unchecking "Show Explore content" used to remove the "Latest, Popular, Oldest" sorting on channel pages.
扩展基本信息
名称 | Less Addictive YouTube |
ID | olhmbgdbpfpkpejldoihajphhilpdnle |
官方URL | https://chromewebstore.google.com/detail/less-addictive-youtube/olhmbgdbpfpkpejldoihajphhilpdnle |
简介 | Remove elements from YouTube (thumbnails, Shorts, or comments) to make it less addictive. |
文件大小 | 44.27 KB |
安装次数 | 1,213 |
当前版本 | 1.45 |
更新时间 | 2024-01-11 |
上架时间 | 2021-06-30 |
评分 | 5.00/5 共8次评分 |
开发者 | AlexisDrain |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/AlexisDrain/Less-Addictive-YouTube |
帮助页面URL | https://github.com/AlexisDrain/Less-Addictive-YouTube/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Remove elements from YouTube (thumbnails, Shorts, or comments) to make it less addictive.", "manifest_version": 3, "name": "Less Addictive YouTube", "version": "1.45", "author": "AlexisDrain", "homepage_url": "https:\/\/github.com\/AlexisDrain\/Less-Addictive-YouTube", "icons": { "144": "icons\/favicon4_144.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "browser-polyfill.js", "contentscript.js" ] } ], "action": { "default_icon": "icons\/favicon4_144.png", "default_title": "Less Addictive Youtube", "default_popup": "options\/options.html" }, "permissions": [ "storage" ], "browser_specific_settings": { "gecko": { "id": "{3d0875ee-0162-4af4-9613-12e89bcf9a7d}" } } } |