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 |
| 公式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 |
| Eメール | [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"
]
}
]
} | |