Youtube Timestamp Bookmarker
Bookmark the timestamp of a YouTube video to watch later
什么是Youtube Timestamp Bookmarker?
Youtube Timestamp Bookmarker是由Forever Impulse Tech开发的Chrome扩展程序,该扩展的主要功能是“Bookmark the timestamp of a YouTube video to watch later”。
扩展截图
下载Youtube Timestamp Bookmarker扩展crx文件
下载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": [ " |