Hide Shorts for YouTube

Disable - Block Shorts for Youtube

Hide Shorts for YouTube란 무엇입니까?

Hide Shorts for YouTube은(는) ey2y34에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Disable - Block Shorts for Youtube"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Simple extension to block YT Shorts
Block YouTube Shorts effortlessly with this simple browser extension.                    

확장 프로그램 기본 정보

이름 Hide Shorts for YouTube Hide Shorts for YouTube
ID pgeleiggmfnpbanhagnpajcfilnkaghj
공식 URL https://chromewebstore.google.com/detail/hide-shorts-for-youtube/pgeleiggmfnpbanhagnpajcfilnkaghj
설명 Disable - Block Shorts for Youtube
파일 크기 20.64 KB
설치 횟수 680
현재 버전 1.0.4
최근 업데이트 2023-07-31
출시 날짜 2020-12-02
평점 4.06/5 총 32 개의 평점
개발자 ey2y34
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/extensions-privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Shorts for YouTube",
    "description": "Disable - Block Shorts for Youtube",
    "version": "1.0.4",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_title": "Remove Youtube Shorts"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}