YouTube video timestamps
Displays YouTube video timecodes from descriptions and comments.
什么是YouTube video timestamps?
YouTube video timestamps是由Roman Sadovnikov开发的Chrome扩展程序,该扩展的主要功能是“Displays YouTube video timecodes from descriptions and comments.”。
扩展截图
下载YouTube video timestamps扩展crx文件
下载YouTube video timestamps扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If there are timecodes in the description or comments to a YouTube video, the extension catches them and displays them under the video. So far, the extension only shows the timecodes that you have opened on your computer.
扩展基本信息
名称 | YouTube video timestamps |
ID | fkcajpjelgilnhhadfpchooafgdjacpn |
官方URL | https://chromewebstore.google.com/detail/youtube-video-timestamps/fkcajpjelgilnhhadfpchooafgdjacpn |
简介 | Displays YouTube video timecodes from descriptions and comments. |
文件大小 | 25.97 KB |
安装次数 | 20 |
当前版本 | 1.0 |
更新时间 | 2021-04-12 |
上架时间 | 2021-04-12 |
开发者 | Roman Sadovnikov |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,hu,pl,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,ml,th,am-ET,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "128": "\/icon.png" }, "manifest_version": 2, "background": { "scripts": [ "\/js\/chrome.js" ] }, "permissions": [ "https:\/\/*.youtube.com\/*" ], "name": "YouTube video timestamps", "default_locale": "en", "description": "Displays YouTube video timecodes from descriptions and comments.", "browser_action": { "default_icon": "\/icon.png", "default_popup": "\/options.html" }, "content_scripts": [ { "all_frames": true, "css": [ "\/styles\/page_styles.css" ], "js": [ "\/js\/content.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ], "web_accessible_resources": [ "styles\/*.css", "*.js" ], "version": "1.0" } |