No YouTube Shorts

Hides YouTube Shorts and redirects you to the home page if you open a shorts video

No YouTube Shorts란 무엇입니까?

No YouTube Shorts은(는) Diefenbaker Bell에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hides YouTube Shorts and redirects you to the home page if you open a shorts video"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This will hide the navigation button to Shorts, hide the video thumbnails for any Shorts, and redirect you to a page of your choice if you accidentally end up on a Shorts video.

Each of these can be individually disabled by clicking the No YouTube Shorts extension icon in the top-right of Google Chrome, and there is also a button to disable the extension for one hour.

Feature requests: https://github.com/sindresorhus/new-github-issue-url/pulls?q=label%3Aenhancement

Bug reports: https://github.com/sindresorhus/new-github-issue-url/pulls?q=label%3Abug                    

확장 프로그램 기본 정보

이름 No YouTube Shorts No YouTube Shorts
ID cankncniogidmgifjpmaooockgomfmmn
공식 URL https://chromewebstore.google.com/detail/no-youtube-shorts/cankncniogidmgifjpmaooockgomfmmn
설명 Hides YouTube Shorts and redirects you to the home page if you open a shorts video
파일 크기 1.77 MB
설치 횟수 363
현재 버전 1.0.0
최근 업데이트 2022-04-08
출시 날짜 2022-04-07
평점 2.71/5 총 7 개의 평점
개발자 Diefenbaker Bell
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/DiefBell/No-Youtube-Shorts-Extension/tree/main
도움말 페이지 URL https://github.com/DiefBell/No-Youtube-Shorts-Extension/issues
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "No YouTube Shorts",
    "description": "Hides YouTube Shorts and redirects you to the home page if you open a shorts video",
    "version": "1.0.0",
    "icons": {
        "16": "\/icon\/no-yt-shorts-16.png",
        "32": "\/icon\/no-yt-shorts-32.png",
        "48": "\/icon\/no-yt-shorts-48.png",
        "128": "\/icon\/no-yt-shorts-128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "action": {
        "default_title": "YT No Shorts",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icon\/no-yt-shorts-16.png",
            "32": "\/icon\/no-yt-shorts-32.png",
            "48": "\/icon\/no-yt-shorts-48.png",
            "128": "\/icon\/no-yt-shorts-128.png"
        }
    }
}