Uninterrupted for YouTube™

Maintain an Uninterrupted video playback throughout the YouTube™ website pages.

Uninterrupted for YouTube™란 무엇입니까?

Uninterrupted for YouTube™은(는) Thusitha에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Maintain an Uninterrupted video playback throughout the YouTube™ website pages."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Uninterrupted for YouTube™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Uninterrupted for YouTube™ is a chrome extension to give you a seamless YouTube™ experience.

It will resume your current video playback even if you switch into another page.
This will be great for music lovers who wants to listen into the current song while searching for another song.

The playback resuming process is fully automatic and it will exit on the video playback end.

Some important features are,

★ Automatic playback resume.
★ Playlist support with "Next" button.
★ Smooth switching between mini player and the original YouTube™ page.
★ Video minimize support for mini player.
★ Automatic exit on playback end.
★ 360 Video support
★ YouTube™ live video support.
★ Extension enable/disable support.

Try it for yourself and remember to add your feedback.                    

확장 프로그램 기본 정보

이름 Uninterrupted for YouTube™ Uninterrupted for YouTube™
ID fjedfhpmiacidpeoidelpmfdlchffkpm
공식 URL https://chrome.google.com/webstore/detail/uninterrupted-for-youtube/fjedfhpmiacidpeoidelpmfdlchffkpm
설명 Maintain an Uninterrupted video playback throughout the YouTube™ website pages.
파일 크기 82.42 KB
설치 횟수 315
현재 버전 1.0
최근 업데이트 2017-07-11
출시 날짜 2017-07-11
평점 4.31/5 총 16 개의 평점
개발자 Thusitha
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Uninterrupted for YouTube\u2122",
    "description": "Maintain an Uninterrupted video playback throughout the YouTube\u2122 website pages.",
    "version": "1.0",
    "icons": {
        "16": "icons\/16x16.png",
        "20": "icons\/20x20.png",
        "24": "icons\/24x24.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png",
        "256": "icons\/256x256.png",
        "512": "icons\/512x512.png"
    },
    "browser_action": {
        "default_icon": "icons\/32x32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/jquery-min.js",
                "js\/jquery-ui-min.js",
                "app.js"
            ],
            "css": [
                "css\/youtube-undisturbed.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}