YouTube video timestamps
Displays YouTube video timecodes from descriptions and comments.
YouTube video timestamps là gì?
YouTube video timestamps là một tiện ích mở rộng Chrome được phát triển bởi Roman Sadovnikov, và tính năng chính của nó là "Displays YouTube video timecodes from descriptions and comments.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng YouTube video timestamps
Tải xuống các tệp mở rộng YouTube video timestamps dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YouTube video timestamps |
ID | fkcajpjelgilnhhadfpchooafgdjacpn |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-video-timestamps/fkcajpjelgilnhhadfpchooafgdjacpn |
Mô tả | Displays YouTube video timecodes from descriptions and comments. |
Kích Thước Tệp | 25.97 KB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-04-12 |
Ngày Phát Hành | 2021-04-12 |
Nhà Phát Triển | Roman Sadovnikov |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |