Jumpcut

Navigate videos through YouTube comments, or make your own personal edit of the video and share it!

Jumpcut란 무엇입니까?

Jumpcut은(는) https://jumpcut.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Navigate videos through YouTube comments, or make your own personal edit of the video and share it!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Make YouTube more fun and productive!

• New! Navigate YouTube Creator Timestamps by using the Jumpcut Next (shorcut: 'x') and Back (shortcut: 'z') buttons

• Create clips and cuts of videos and share with others!
• Jumpcut loads author and comment timestamps to easily navigate the video
• Watch only the parts people are talking about in the comments section!
• An easy to use "Table of Contents" to quickly see if the video interests you
• Play shorter Jumpcuts of videos that skip over the boring parts
• Easily navigate by pressing 'x' to jump to the next clip and 'z' to jump back
• A new feed that allows you to discover videos that have the best comments and Jumpcuts
• Skip annoying sponsor segments and introductions
• Skip non-music parts in music videos
• Add commentary on your clips, it will show up while your friends watch the video

So why are you wasting time? Skip the boring parts, make time for more content!


Here are some example videos that will load Jumpcuts once you add the extension:
https://www.youtube.com/watch?v=uynBcLr8fEc&jumpcuts=5e44d815bdeac70002240503
https://www.youtube.com/watch?v=9Vmwsg8Eabo&jumpcuts=5e9d8edb6e29b90002fa30b2
https://www.youtube.com/watch?v=TqTXhKVtQbU&jumpcuts=5e945eae4a232d9d4652f469                    

확장 프로그램 기본 정보

이름 Jumpcut Jumpcut
ID jicbaeklgoninplhmenhndnidnbfaohm
공식 URL https://chromewebstore.google.com/detail/jumpcut/jicbaeklgoninplhmenhndnidnbfaohm
설명 Navigate videos through YouTube comments, or make your own personal edit of the video and share it!
파일 크기 172 KB
설치 횟수 379
현재 버전 1.0.5
최근 업데이트 2023-11-07
출시 날짜 2020-06-29
평점 4.10/5 총 10 개의 평점
개발자 https://jumpcut.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.jumpcut.app
개인정보 보호 정책 페이지 URL https://www.jumpcut.app/privacy.html
지원되는 언어 en
manifest.json
{
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_icon": {
            "38": "images\/icon38.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "Jumpcut"
    },
    "content_scripts": [
        {
            "css": [
                "content.css",
                "tagger\/tagger.css",
                "style\/common.css",
                "style\/animate.css"
            ],
            "js": [
                "common.js",
                "tagger\/tagger.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "description": "Navigate videos through YouTube comments, or make your own personal edit of the video and share it!",
    "icons": {
        "128": "images\/icon128.png",
        "38": "images\/icon38.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm+mn0yW5ZTsl6b9PakNo3G7798U56OwRkgBE81WuraxD0W8xewRlq8CY37LYOzQTAERI05PR2S0UP8oZgEvbAkAPAlJW2hdc8P\/vIba8s58p5cB1PCa6YgO9gobnN+Ns072kIueLTPlro2srC0z+nzf1kDljjz4+9GrT2faA8FHoSUNMF+mfvQgO3\/laD0N95GAoqlo2wfTF8d3bqSEyxWCvcYEFzz8pOBiYLGKRMRUyz9R1svHn0311r1Db1qCS558GIEICg2O7S\/8fVQtD84SAeWeLzfMhooevu1r2u93tnAK+r9+6FoNfINkQdQ5rWWXWAlltv\/65y\/hQ80\/rxwIDAQAB",
    "manifest_version": 3,
    "name": "Jumpcut",
    "permissions": [
        "storage",
        "clipboardWrite",
        "tabs",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/us-central1-jumpcutbackend.cloudfunctions.net\/*"
    ],
    "oauth2": {
        "client_id": "533316747233-8togpbo1g36e02ao7lt534rn1a8td0jq.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "short_name": "Jumpcut",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5",
    "web_accessible_resources": [
        {
            "resources": [
                "tagger\/tagger.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}