RYS — Remove YouTube Suggestions
Spend less time on YouTube. Customize YouTube's user interface to be less engaging.
什么是RYS — Remove YouTube Suggestions?
RYS — Remove YouTube Suggestions是由https://lawrencehook.com开发的Chrome扩展程序,该扩展的主要功能是“Spend less time on YouTube. Customize YouTube's user interface to be less engaging.”。
扩展截图
下载RYS — Remove YouTube Suggestions扩展crx文件
下载RYS — Remove YouTube Suggestions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/
扩展基本信息
名称 | RYS — Remove YouTube Suggestions |
ID | cdhdichomdnlaadbndgmagohccgpejae |
官方URL | https://chromewebstore.google.com/detail/rys-%E2%80%94-remove-youtube-sugg/cdhdichomdnlaadbndgmagohccgpejae |
简介 | Spend less time on YouTube. Customize YouTube's user interface to be less engaging. |
文件大小 | 323 KB |
安装次数 | 8,623 |
当前版本 | 4.3.53 |
更新时间 | 2024-03-04 |
上架时间 | 2020-09-21 |
评分 | 4.93/5 共57次评分 |
开发者 | https://lawrencehook.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/lawrencehook/remove-youtube-suggestions |
帮助页面URL | https://docs.google.com/forms/d/1AzQQxTWgG6M5N87jinvXKQkGS6Mehzg19XV4mjteTK0 |
支持的语言 | 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\/*" ] } |