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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |