YouTube video timestamps
Displays YouTube video timecodes from descriptions and comments.
Co je YouTube video timestamps?
YouTube video timestamps je rozšíření Chrome vyvinuté Roman Sadovnikov, a jeho hlavní funkcí je „Displays YouTube video timecodes from descriptions and comments.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření YouTube video timestamps
Stáhněte si soubory rozšíření YouTube video timestamps ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | YouTube video timestamps |
ID | fkcajpjelgilnhhadfpchooafgdjacpn |
Oficiální URL | https://chromewebstore.google.com/detail/youtube-video-timestamps/fkcajpjelgilnhhadfpchooafgdjacpn |
Popis | Displays YouTube video timecodes from descriptions and comments. |
Velikost souboru | 25.97 KB |
Počet instalací | 20 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2021-04-12 |
Datum Vydání | 2021-04-12 |
Vývojář | Roman Sadovnikov |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } |