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 Screenshot", "version": "1.0", "description": "Take instant screenshots of YouTube videos with one click.", "permissions": [ "scripting", "activeTab" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ], "css": [ "styles.css" ], "run_at": "document_idle" } ], "icons": { "48": "icon.png" } }