YT Watch Later Assist

Bulk Add and Delete YouTube Watch Later and Liked videos automatically

YT Watch Later Assistคืออะไร?

YT Watch Later Assist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย irfanalam.anstar และคุณลักษณะหลักของมันคือ "Bulk Add and Delete YouTube Watch Later and Liked videos automatically"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย YT Watch Later Assist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Add a playlist to your Watch Later in one click.
Remove all your Water Later videos in one click.
Remove all your Liked videos in one click

How it works:
> Add Playlist to Watch Later
- When you will open a playlist listing page you will see a button "Add this playlist to watch later" above the video lists. Just click on that.
- If you are watching the playlist, you will see "Add this playlist to watch later button" above the playlist box. Just click on that.
- When you are in playlist page or watch, click on YT Watch Later Assist icon and click on "Add this playlist to watch" button

> Remove all Watch Later videos
- When you will open Watch Later page you will see a button "Remove all videos" above the video lists. Just click on that.
- OR click on YT Watch Later Assist icon and click on Remove all Watch Later videos button.

> Remove all Liked videos
- When you will open Liked videos page you will see a button "Remove all videos" above the video lists. Just click on that.
- OR click on YT Watch Later Assist icon and click on Remove all Liked videos button.

Many more new features coming soon.

For any issue, report to us via email. Thank you!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YT Watch Later Assist YT Watch Later Assist
ID deafalnegnfhjhejolidiobnapigcfpd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yt-watch-later-assist/deafalnegnfhjhejolidiobnapigcfpd
คำอธิบาย Bulk Add and Delete YouTube Watch Later and Liked videos automatically
ขนาดไฟล์ 182 KB
จำนวนการติดตั้ง 12,930
เวอร์ชันปัจจุบัน 3.6
อัปเดตครั้งล่าสุด 2024-01-22
วันที่เผยแพร่ 2021-09-28
คะแนน 4.12/5 รวมทั้งหมด 158 คะแนน
ผู้พัฒนา irfanalam.anstar
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YT Watch Later Assist",
    "description": "Bulk Add and Delete YouTube Watch Later and Liked videos automatically",
    "manifest_version": 3,
    "version": "3.6",
    "icons": {
        "16": "image\/yt_watch_later_assit_32.png",
        "48": "image\/yt_watch_later_assit_64.png",
        "128": "image\/yt_watch_later_assit_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "image\/yt_watch_later_assit_32.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "YT Watch Later Assist",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "service_worker": "js\/scripts\/service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/plugins\/jquery3.6.1.min.js",
                "js\/scripts\/common.js",
                "js\/scripts\/content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "webRequest"
    ]
}