YouTube Shorts to Video Player

This extension helps you in watching YouTube Shorts by adding features like rewinding, speed controls, skipping, etc.

YouTube Shorts to Video Player란 무엇입니까?

YouTube Shorts to Video Player은(는) kushalgoel786에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension helps you in watching YouTube Shorts by adding features like rewinding, speed controls, skipping, etc."입니다.

확장 프로그램 스크린샷

screenshot

YouTube Shorts to Video Player 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing "YouTube Shorts to Video Player" – the ultimate extension to supercharge your YouTube Shorts experience!

Are you tired of not having control over your YouTube Shorts playback? Frustrated by the lack of essential features like rewinding, skipping, and speed controls? Look no further! With my innovative extension, you can now enjoy YouTube Shorts like never before.

Here's what "YouTube Shorts to Video Player" brings to the table:

- Rewind and Skip: Easily navigate through the Short videos by rewinding or skipping to any desired moment. No more missing out on exciting or impactful parts!

- Speed Controls: Adjust the playback speed to your preference. Speed up the Shorts for a quick overview or slow them down for a more detailed analysis. The choice is yours!

- Volume Controls: You can now adjust the volume of the Shorts rather than just muting, unmuting it!

Get ready for a whole new level of control and immersion. Install "YouTube Shorts to Video Player" now and embrace the future of YouTube Shorts viewing!

Note: "YouTube Shorts to Video Player" is a third-party extension and is not affiliated with or endorsed by YouTube.                    

확장 프로그램 기본 정보

이름 YouTube Shorts to Video Player YouTube Shorts to Video Player
ID dldgokjmoecpkdfdoniidbjaoginamko
공식 URL https://chromewebstore.google.com/detail/youtube-shorts-to-video-p/dldgokjmoecpkdfdoniidbjaoginamko
설명 This extension helps you in watching YouTube Shorts by adding features like rewinding, speed controls, skipping, etc.
파일 크기 176 KB
설치 횟수 384
현재 버전 1.0.0
최근 업데이트 2023-09-26
출시 날짜 2023-09-25
평점 4.67/5 총 6 개의 평점
개발자 kushalgoel786
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Shorts to Video Player",
    "description": "This extension helps you in watching YouTube Shorts by adding features like rewinding, speed controls, skipping, etc.",
    "version": "1.0.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "YouTube Shorts to Video Player"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "webNavigation",
        "tabs"
    ]
}