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 |
官方網址 | 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" } |