Watch Later button

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

Watch Later button là gì?

Watch Later button là một tiện ích mở rộng Chrome được phát triển bởi Pletnov Alex, và tính năng chính của nó là "Add a quick way to save videos to Watch Later on YouTube".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Watch Later button

Tải xuống các tệp mở rộng Watch Later button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Watch Later button Watch Later button
ID igehcnnhegiagilpnablldbbcnjabkab
URL Chính Thức https://chromewebstore.google.com/detail/watch-later-button/igehcnnhegiagilpnablldbbcnjabkab
Mô tả Add a quick way to save videos to Watch Later on YouTube
Kích Thước Tệp 88.67 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-12-26
Ngày Phát Hành 2022-12-15
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Pletnov Alex
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}