Shorts to Normal player

Redirects youtube shorts to Normal Player

Shorts to Normal player란 무엇입니까?

Shorts to Normal player은(는) https://nemiruku.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Redirects youtube shorts to Normal Player"입니다.

확장 프로그램 스크린샷

screenshot

Shorts to Normal player 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Display YouTube short videos as normal videos.

When you access to the short video, Change the URL like this.
~.com/shorts/●●
↓
~.com/watch?v=●●                    

확장 프로그램 기본 정보

이름 Shorts to Normal player Shorts to Normal player
ID cmhmepchidgajcngdkpdchbdboheihgi
공식 URL https://chromewebstore.google.com/detail/shorts-to-normal-player/cmhmepchidgajcngdkpdchbdboheihgi
설명 Redirects youtube shorts to Normal Player
파일 크기 13.34 KB
설치 횟수 6,402
현재 버전 1.0.3
최근 업데이트 2023-09-29
출시 날짜 2022-06-04
평점 4.87/5 총 38 개의 평점
개발자 https://nemiruku.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://nemiruku.com/soft/sty.html
도움말 페이지 URL https://nemiruku.com/info/mail.html
개인정보 보호 정책 페이지 URL https://nemiruku.com/soft/readme.html
지원되는 언어 ms,de,en,fil,fr,vi,tr,ca,es,it,hu,sk,cs,ru,iw,th,ja,ko
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "host_permissions": [
        "*:\/\/www.youtube.com\/shorts\/*"
    ],
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "Shorts to Normal player",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3"
}