Watch Later button

Add a quick way to save videos to Watch Later on YouTube

Watch Later button란 무엇입니까?

Watch Later button은(는) Pletnov Alex에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add a quick way to save videos to Watch Later on YouTube"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Quick way to add video to "Watch Later.."
Add a quick way to save videos to Watch Later on YouTube.
Minimal. Simple.

YouTube™ is a trademark of Google Inc.
Use of this trademark is subject to Google Permissions.                    

확장 프로그램 기본 정보

이름 Watch Later button Watch Later button
ID igehcnnhegiagilpnablldbbcnjabkab
공식 URL https://chromewebstore.google.com/detail/watch-later-button/igehcnnhegiagilpnablldbbcnjabkab
설명 Add a quick way to save videos to Watch Later on YouTube
파일 크기 88.67 KB
설치 횟수 54
현재 버전 1.1
최근 업데이트 2023-12-26
출시 날짜 2022-12-15
평점 5.00/5 총 3 개의 평점
개발자 Pletnov Alex
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Watch Later button",
    "description": "Add a quick way to save videos to Watch Later on YouTube",
    "version": "1.1",
    "author": "@2thecrow",
    "icons": {
        "16": "assets\/icons\/red\/iconmonstr-text-plus-lined-16.png",
        "32": "assets\/icons\/red\/iconmonstr-text-plus-lined-32.png",
        "48": "assets\/icons\/red\/iconmonstr-text-plus-lined-48.png",
        "128": "assets\/icons\/red\/iconmonstr-text-plus-lined-120.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "assets\/styles\/style.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/saveto.js"
            ]
        }
    ]
}