RYS — Remove YouTube Suggestions
Spend less time on YouTube. Customize YouTube's user interface to be less engaging.
RYS — Remove YouTube Suggestions là gì?
RYS — Remove YouTube Suggestions là một tiện ích mở rộng Chrome được phát triển bởi https://lawrencehook.com, và tính năng chính của nó là "Spend less time on YouTube. Customize YouTube's user interface to be less engaging.".
Ả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 RYS — Remove YouTube Suggestions
Tải xuống các tệp mở rộng RYS — Remove YouTube Suggestions 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
Hide recommended videos on YouTube and customize the user interface. 65+ options. Completely free and open-source. No need to sign up or log in. Lightweight and fast. Regularly updated. Schedule specific times for the extension to be active. Privacy-focused. Does not share data and respects users' privacy. Support Leave a Review! Links Source: https://github.com/lawrencehook/remove-youtube-suggestions Features: https://lawrencehook.com/rys/features/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RYS — Remove YouTube Suggestions |
ID | cdhdichomdnlaadbndgmagohccgpejae |
URL Chính Thức | https://chromewebstore.google.com/detail/rys-%E2%80%94-remove-youtube-sugg/cdhdichomdnlaadbndgmagohccgpejae |
Mô tả | Spend less time on YouTube. Customize YouTube's user interface to be less engaging. |
Kích Thước Tệp | 323 KB |
Số Lần Cài Đặt | 8,623 |
Phiên Bản Hiện Tại | 4.3.53 |
Cập Nhật Lần Cuối | 2024-03-04 |
Ngày Phát Hành | 2020-09-21 |
Đánh Giá | 4.93/5 Tổng số 57 Đánh Giá |
Nhà Phát Triển | https://lawrencehook.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/lawrencehook/remove-youtube-suggestions |
URL Trang Trợ Giúp | https://docs.google.com/forms/d/1AzQQxTWgG6M5N87jinvXKQkGS6Mehzg19XV4mjteTK0 |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RYS \u2014 Remove YouTube Suggestions", "description": "Spend less time on YouTube. Customize YouTube's user interface to be less engaging.", "homepage_url": "https:\/\/github.com\/lawrencehook\/remove-youtube-suggestions", "manifest_version": 2, "version": "4.3.53", "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "64": "\/images\/64.png", "128": "\/images\/128.png" }, "background": { "scripts": [ "\/shared\/main.js", "\/shared\/https.js", "\/background\/events.js", "\/background\/main.js" ], "persistent": true }, "content_scripts": [ { "js": [ "\/shared\/main.js", "\/shared\/https.js", "\/shared\/utils.js", "\/content-script\/main.js" ], "css": [ "\/content-script\/main.css" ], "all_frames": true, "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_start" } ], "browser_action": { "default_popup": "\/options\/main.html", "default_title": "Remove Youtube Suggestions", "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "64": "\/images\/64.png", "128": "\/images\/128.png" } }, "options_ui": { "page": "\/options\/main.html", "open_in_tab": true }, "permissions": [ "storage", "*:\/\/*.youtube.com\/*" ] } |