YouTube Longener

Convert youtube shorts to regular videos

YouTube Longener란 무엇입니까?

YouTube Longener은(는) o.khandxb에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert youtube shorts to regular videos"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        YouTube shorts have no controls (to rewind, fast-forward, or change the volume). On a PC, there's no reason for us not to have these basic functions.

Youtube Longener takes a short and redirects you automatically to the regular video version.                    

확장 프로그램 기본 정보

이름 YouTube Longener YouTube Longener
ID cpmkeokkddifaceigmhijfchhcmapfgh
공식 URL https://chromewebstore.google.com/detail/youtube-longener/cpmkeokkddifaceigmhijfchhcmapfgh
설명 Convert youtube shorts to regular videos
파일 크기 5.66 KB
설치 횟수 162
현재 버전 0.0.1
최근 업데이트 2023-05-16
출시 날짜 2023-05-16
평점 3.67/5 총 3 개의 평점
개발자 o.khandxb
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://github.com/lowsound42/youtubeLongener/tree/main
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Longener",
    "description": "Convert youtube shorts to regular videos",
    "version": "0.0.1",
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "longener.html",
        "default_icon": {
            "16": "Y-s.png",
            "32": "Y-m.png"
        }
    },
    "icons": {
        "16": "Y-s.png",
        "32": "Y-m.png"
    }
}