Watch Later button

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

Watch Later buttonคืออะไร?

Watch Later button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pletnov Alex และคุณลักษณะหลักของมันคือ "Add a quick way to save videos to Watch Later on YouTube"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Watch Later button

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}