Remove YouTube Shorts

讓原本習慣點訂閱內容的人不要誤點Shorts

Remove YouTube Shorts란 무엇입니까?

Remove YouTube Shorts은(는) fankaihsiang11에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "讓原本習慣點訂閱內容的人不要誤點Shorts"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Hide YouTube Shorts Link so that user used to click subscriptions don't miss click Shorts.
把Shorts隱藏掉讓原本習慣點訂閱內容的人不要誤點Shorts。                    

확장 프로그램 기본 정보

이름 Remove YouTube Shorts Remove YouTube Shorts
ID mencefghapocgobfmhgblcofoopingbf
공식 URL https://chrome.google.com/webstore/detail/remove-youtube-shorts/mencefghapocgobfmhgblcofoopingbf
설명 讓原本習慣點訂閱內容的人不要誤點Shorts
파일 크기 26.95 KB
설치 횟수 2,292
현재 버전 1.0
최근 업데이트 2022-03-01
출시 날짜 2022-02-24
평점 3.72/5 총 29 개의 평점
개발자 fankaihsiang11
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove YouTube Shorts",
    "description": "\u8b93\u539f\u672c\u7fd2\u6163\u9ede\u8a02\u95b1\u5167\u5bb9\u7684\u4eba\u4e0d\u8981\u8aa4\u9edeShorts",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "removeShorts.css"
            ]
        }
    ]
}