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”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | igehcnnhegiagilpnablldbbcnjabkab |
| 官方網址 | 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"
]
}
]
} | |