HYS BETA

Disable YouTube Shorts effortlessly with this powerful browser extension

HYS BETA란 무엇입니까?

HYS BETA은(는) http://hideshorts.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Disable YouTube Shorts effortlessly with this powerful browser extension"입니다.

확장 프로그램 스크린샷

screenshot

HYS BETA 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        THIS EXTENSION IS FOR BETA TESTING

This is a beta release of the Hide YouTube Shorts extension. It is intended for testing purposes and may contain bugs or unexpected behavior. We appreciate your feedback and reports of any issues encountered during your experience with this beta version. Your valuable input will help us improve and refine the final release.

If you are looking for the stable release you can find it here https://chrome.google.com/webstore/detail/hide-youtube-shorts/aljlkinhomaaahfdojalfmimeidofpih

Bug reports can be submitted via either of the links below:
• https://github.com/probablyraging/hide-youtube-shorts/issues/new/choose
• https://discord.gg/HrhzwdB82j                    

확장 프로그램 기본 정보

이름 HYS BETA HYS BETA
ID mefpaebipddmdknlplfakgdoiajiifmg
공식 URL https://chrome.google.com/webstore/detail/hys-beta/mefpaebipddmdknlplfakgdoiajiifmg
설명 Disable YouTube Shorts effortlessly with this powerful browser extension
파일 크기 302 KB
설치 횟수 61
현재 버전 0.0.5
최근 업데이트 2023-06-24
출시 날짜 2023-06-22
개발자 http://hideshorts.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://hideshorts.com
도움말 페이지 URL https://discord.com/invite/HrhzwdB82j
지원되는 언어 de,en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HYS BETA",
    "manifest_version": 3,
    "version": "0.0.5",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "assets\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/m.youtube.com\/*"
            ],
            "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"
    }
}