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文件

下载Watch Later button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}