Hide YouTube Shorts

Disable YouTube Shorts effortlessly with this powerful browser extension

Hide YouTube Shorts란 무엇입니까?

Hide YouTube Shorts은(는) Roni Shilop에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Disable YouTube Shorts effortlessly with this powerful browser extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Hide YouTube Shorts 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        With Hide YouTube Shorts you can;

• Disable YouTube Shorts on the Home, Trending, and Subscription feeds
• Disable YouTube Shorts in the Recommended list, Search results, and Notifications menu
• Disable the Shorts tab and Shorts videos on Channel pages
• Disable Lives and Premieres on the Home and Subscription pages
• Custom block list allows users to block content from specific channels
• Automatically play Shorts videos in a regular video format
..and much more

Customizable options that allow you to control where you want to show or hide Shorts videos

Also works on the mobile browser version of YouTube when installed with Kiwi Browser or another compatible browser                    

확장 프로그램 기본 정보

이름 Hide YouTube Shorts Hide YouTube Shorts
ID aljlkinhomaaahfdojalfmimeidofpih
공식 URL https://chromewebstore.google.com/detail/hide-youtube-shorts/aljlkinhomaaahfdojalfmimeidofpih
설명 Disable YouTube Shorts effortlessly with this powerful browser extension
파일 크기 294 KB
설치 횟수 72,548
현재 버전 1.7.4.0
최근 업데이트 2023-11-07
출시 날짜 2022-10-11
평점 3.99/5 총 554 개의 평점
개발자 Roni Shilop
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide YouTube Shorts",
    "manifest_version": 3,
    "version": "1.7.4.0",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "assets\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/mobile.js"
            ]
        }
    ],
    "action": {
        "default_title": "Hide YouTube Shorts",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon48.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}