Remove Youtube Shorts
Removes YouTube shorts and prevents you from wasting your precious time.
Remove Youtube Shorts là gì?
Remove Youtube Shorts là một tiện ích mở rộng Chrome được phát triển bởi ArkTech, và tính năng chính của nó là "Removes YouTube shorts and prevents you from wasting your precious time.".
Ả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 Remove Youtube Shorts
Tải xuống các tệp mở rộng Remove Youtube Shorts 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
This extension completely removes YouTube Shorts as if they were never there. You will no longer see any Shorts videos in your YouTube feed, search results, or recommended videos. You can browse YouTube with peace of mind, knowing that you won't be distracted by these short-form videos. The extension can help reduce the number of short videos that may potentially distract the user and cause their mind to switch focus frequently. This can result in a more focused and attentive mindset, as the user is not being continuously stimulated by short videos that can interrupt their concentration. By removing this distraction, the user may be able to increase their attention span and focus on other tasks or longer-form content.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Remove Youtube Shorts |
ID | mgngbgbhliflggkamjnpdmegbkidiapm |
URL Chính Thức | https://chromewebstore.google.com/detail/remove-youtube-shorts/mgngbgbhliflggkamjnpdmegbkidiapm |
Mô tả | Removes YouTube shorts and prevents you from wasting your precious time. |
Kích Thước Tệp | 21.41 KB |
Số Lần Cài Đặt | 709 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2024-01-20 |
Ngày Phát Hành | 2023-04-26 |
Đánh Giá | 5.00/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | ArkTech |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remove Youtube Shorts", "version": "1.0.0", "description": "Removes YouTube shorts and prevents you from wasting your precious time.", "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "icons": { "128": "\/assets\/logo128.png" }, "action": { "default_icon": { "128": "\/assets\/logo128.png" }, "default_popup": "interface_html\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/content.js" ], "run_at": "document_idle" } ], "background": { "service_worker": "background.js" } } |