Shorts Remover for YouTube™ Subscriptions

A slim extension that removes YouTube™ Shorts from the YouTube™ subscriptions feed

Shorts Remover for YouTube™ Subscriptions란 무엇입니까?

Shorts Remover for YouTube™ Subscriptions은(는) https://wehri.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A slim extension that removes YouTube™ Shorts from the YouTube™ subscriptions feed"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Shorts Remover for YouTube™ Subscriptions 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Even though YouTube Shorts can be entertaining, they tend to flood the subscription section. This can make discovering new interesting videos more than tedious.

Youtube Subscriptions Shorts Remover is a slim extension that removes YouTube Shorts from the subscription section of the website only. Other areas are not affected, so that Shorts can still be enjoyed as usual.

This is my first, modest Chrome extension. I would be very happy if you leave a review, or send me bug reports or constructive criticism.

SUPPORT
----------------------------------------------
And if you really like this extension, and want to support me and my projects, feel free to buymeacoffee, any support is much appreciated!

https://www.buymeacoffee.com/wehri


UPDATES
----------------------------------------------
#1.4.0
- Limited removal to shorts tab
- fixed messed up search results
- fixed popup layout
- altered extension name to prevent trademark issues

#1.3.0:
- new Shorts sections will be removed from grid and list
- changed extension icon to prevent trademark issues                    

확장 프로그램 기본 정보

이름 Shorts Remover for YouTube™ Subscriptions Shorts Remover for YouTube™ Subscriptions
ID apdnbhhgdaocpnifchcoejbekkdjpgnj
공식 URL https://chromewebstore.google.com/detail/shorts-remover-for-youtub/apdnbhhgdaocpnifchcoejbekkdjpgnj
설명 A slim extension that removes YouTube™ Shorts from the YouTube™ subscriptions feed
파일 크기 27.88 KB
설치 횟수 1,594
현재 버전 1.4.0
최근 업데이트 2023-12-26
출시 날짜 2023-02-01
평점 4.05/5 총 41 개의 평점
개발자 https://wehri.app
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shorts Remover for YouTube\u2122 Subscriptions",
    "version": "1.4.0",
    "description": "A slim extension that removes YouTube\u2122 Shorts from the YouTube\u2122 subscriptions feed",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Shorts Remover for YouTube\u2122 Subscriptions"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/feed\/*"
            ],
            "run_at": "document_idle"
        }
    ]
}