Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "author": "Tuhnik", "manifest_version": 3, "name": "YouTube Screenshot Button", "host_permissions": [ "https:\/\/*.youtube.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.6", "permissions": [ "webNavigation" ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "js": [ "js\/page.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ], "run_at": "document_end" } ], "description": "Screenshot button for YouTube.", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }