Youtube Shorts to normal Youtube Video
Just transform Youtube Shorts link to a normal video link
Youtube Shorts to normal Youtube Video란 무엇입니까?
Youtube Shorts to normal Youtube Video은(는) 4clem4에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just transform Youtube Shorts link to a normal video link"입니다.
확장 프로그램 스크린샷
Youtube Shorts to normal Youtube Video 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With just a click on the icon, this extension will automatically convert any YouTube Shorts link to a regular YouTube video link. This means that you'll have access to all the same features and functionalities that you would normally have with a YouTube video (like adding the video to a playlist).
확장 프로그램 기본 정보
이름 | Youtube Shorts to normal Youtube Video |
ID | cjehamalccdemkfpiidlbgacminjjkop |
공식 URL | https://chrome.google.com/webstore/detail/youtube-shorts-to-normal/cjehamalccdemkfpiidlbgacminjjkop |
설명 | Just transform Youtube Shorts link to a normal video link |
파일 크기 | 11.31 KB |
설치 횟수 | 10 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-04-10 |
출시 날짜 | 2023-04-10 |
개발자 | 4clem4 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Shorts to normal Youtube Video", "version": "1.0", "manifest_version": 3, "description": "Just transform Youtube Shorts link to a normal video link", "action": [], "background": { "service_worker": "background.js" }, "icons": { "128": "icon_watch.png" }, "host_permissions": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ] } |