Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Transcript Copier", "version": "1.0", "description": "Adds a button next to Subscribe to copy YouTube video transcripts.", "permissions": [ "clipboardWrite" ], "host_permissions": [ "*:\/\/*.youtube.com\/watch*" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/watch*" ], "js": [ "content.js" ], "css": [ "styles.css" ] } ], "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }