Remove YouTube End Cards & End Screen Videos
Remove YouTube end cards and end screen recommendation videowall.
Remove YouTube End Cards & End Screen Videos란 무엇입니까?
Remove YouTube End Cards & End Screen Videos은(는) https://unhook.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove YouTube end cards and end screen recommendation videowall."입니다.
확장 프로그램 스크린샷
Remove YouTube End Cards & End Screen Videos 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Remove cards and the end screen videowall on YouTube. YouTube cards show up when a video is ending, and the recommended videowall that shows up when a video is over. Compatible with mobile and embedded YouTube videos as well. For more features including removing recommendations, comments, and more: https://chrome.google.com/webstore/detail/unhook-remove-youtube-rec/khncfooichmfjbepaaaebmommgaepoid Remove YouTube End Cards & End Screen Videos is also available on: - Firefox: https://addons.mozilla.org/firefox/addon/youtube-cards/ - Microsoft Edge: https://microsoftedge.microsoft.com/addons/detail/remove-youtube-end-cards-/hgpdfaoiakjklnfcddohfoncklfdhbpp
확장 프로그램 기본 정보
이름 | Remove YouTube End Cards & End Screen Videos |
ID | mfengiknfnndchbhjmgjjffjndklkpcm |
공식 URL | https://chromewebstore.google.com/detail/remove-youtube-end-cards/mfengiknfnndchbhjmgjjffjndklkpcm |
설명 | Remove YouTube end cards and end screen recommendation videowall. |
파일 크기 | 14.41 KB |
설치 횟수 | 10,978 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2023-01-02 |
출시 날짜 | 2021-02-21 |
평점 | 4.72/5 총 36 개의 평점 |
개발자 | https://unhook.app |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remove YouTube End Cards & End Screen Videos", "short_name": "Unhook YT", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": "images\/icon128.png", "default_popup": "popup.html", "default_title": "YouTube End Screen" }, "author": "Unhook", "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "css\/content.css" ], "js": [ "content.js" ], "all_frames": true, "matches": [ "https:\/\/*.youtube.com\/*", "https:\/\/*.youtube-nocookie.com\/*" ], "run_at": "document_start" } ], "permissions": [ "storage" ], "version": "1.0.4", "description": "Remove YouTube end cards and end screen recommendation videowall.", "minimum_chrome_version": "88" } |