Less Addictive YouTube
Remove elements from YouTube (thumbnails, Shorts, or comments) to make it less addictive.
Less Addictive YouTube là gì?
Less Addictive YouTube là một tiện ích mở rộng Chrome được phát triển bởi AlexisDrain, và tính năng chính của nó là "Remove elements from YouTube (thumbnails, Shorts, or comments) to make it less addictive.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Less Addictive YouTube
Tải xuống các tệp mở rộng Less Addictive YouTube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Less Addictive YouTube |
ID | olhmbgdbpfpkpejldoihajphhilpdnle |
URL Chính Thức | https://chromewebstore.google.com/detail/less-addictive-youtube/olhmbgdbpfpkpejldoihajphhilpdnle |
Mô tả | Remove elements from YouTube (thumbnails, Shorts, or comments) to make it less addictive. |
Kích Thước Tệp | 44.27 KB |
Số Lần Cài Đặt | 1,213 |
Phiên Bản Hiện Tại | 1.45 |
Cập Nhật Lần Cuối | 2024-01-11 |
Ngày Phát Hành | 2021-06-30 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | AlexisDrain |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/AlexisDrain/Less-Addictive-YouTube |
URL Trang Trợ Giúp | https://github.com/AlexisDrain/Less-Addictive-YouTube/issues |
Ngôn Ngữ Được Hỗ Trợ | 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}" } } } |