Youtube Timestamp Bookmarker
Bookmark the timestamp of a YouTube video to watch later
Youtube Timestamp Bookmarkerคืออะไร?
Youtube Timestamp Bookmarker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Forever Impulse Tech และคุณลักษณะหลักของมันคือ "Bookmark the timestamp of a YouTube video to watch later"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Timestamp Bookmarker
ดาวน์โหลดไฟล์ส่วนขยาย Youtube Timestamp Bookmarker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to bookmark the timestamp of any YouTube video with one click. View your bookmarked YouTube videos by clicking the links in the extensions' pop-up window. This will save you the time and effort of having to remember where you stopped watching a video. Features: - Search bar - Update video titles - Sort by favorited videos and date - Light and dark mode toggle - Remove single or multiple videos from bookmark More features on the way!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Youtube Timestamp Bookmarker |
ID | hdpcgcongdbbalkpifkdgmgifnoiddck |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-timestamp-bookmar/hdpcgcongdbbalkpifkdgmgifnoiddck |
คำอธิบาย | Bookmark the timestamp of a YouTube video to watch later |
ขนาดไฟล์ | 27.81 KB |
จำนวนการติดตั้ง | 722 |
เวอร์ชันปัจจุบัน | 2.1.2 |
อัปเดตครั้งล่าสุด | 2022-11-17 |
วันที่เผยแพร่ | 2022-04-14 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Forever Impulse Tech |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Timestamp Bookmarker", "description": "Bookmark the timestamp of a YouTube video to watch later", "version": "2.1.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/ytb_icon.png", "32": "\/images\/ytb_icon.png", "48": "\/images\/ytb_icon.png", "128": "\/images\/ytb_icon.png" } }, "icons": { "16": "\/images\/ytb_icon.png", "32": "\/images\/ytb_icon.png", "48": "\/images\/ytb_icon.png", "128": "\/images\/ytb_icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*", "*:\/\/m.youtube.com\/*" ], "js": [ "options.js" ], "css": [ "content-style.css" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.youtube.com\/*" ] }, "web_accessible_resources": [ { "resources": [ "\/images\/bookmark.svg" ], "matches": [ " |