Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Transcript Search", "version": "1.16", "description": "Download YT transcripts and search through all at once to find timestamps", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/youtu.be\/*" ], "css": [], "js": [ "content.js" ] } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } }