Watch That Later

Increases your youtube watching experience with this add on.

Watch That Later란 무엇입니까?

Watch That Later은(는) ImTheTom에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Increases your youtube watching experience with this add on."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Watch That Later 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Increase your Youtube watch later experience using this google chrome extension. Simply add Youtube videos to your watch later list by clicking the watch later icon in the top right of thumbnails and this app keeps details on the video. To watch videos you have marked simply click on the icon in the top right and click on the video. If it isn't on the current page click the right or left buttons to scroll through the videos you have saved. Once you have watched the video for at least 5 seconds or clicked on it through the app then it will be deleted from your list. If you click the reset button in the bottom left it will delete all the videos from the list or click on the X button in the right of the thumbnails. You can also remove videos by re clicking the add to watch list on the thumbnail in youtube.                    

확장 프로그램 기본 정보

이름 Watch That Later Watch That Later
ID eigijjbbpabkpppnmidmjnhmbkclefnj
공식 URL https://chrome.google.com/webstore/detail/watch-that-later/eigijjbbpabkpppnmidmjnhmbkclefnj
설명 Increases your youtube watching experience with this add on.
파일 크기 264 KB
설치 횟수 57
현재 버전 1.2
최근 업데이트 2018-12-07
출시 날짜 2018-12-07
평점 3.00/5 총 1 개의 평점
개발자 ImTheTom
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Watch That Later",
    "version": "1.2",
    "description": "Increases your youtube watching experience with this add on.",
    "icons": {
        "64": "icons\/icon.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "*:\/\/*.gaming.youtube.com\/*",
        "*:\/\/*.youtube.com\/*",
        "storage"
    ],
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "Watch That Later",
        "default_popup": "popup\/Popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery.js",
                "scripts\/YoutubePage.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.gaming.youtube.com\/*",
                "*:\/\/*.youtube.com\/",
                "*:\/\/*.youtube.com\/*"
            ],
            "all_frames": true
        }
    ]
}