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 Pro", "version": "1.1.0", "description": "Capture, annotate and edit YouTube screenshots for reaction videos and content creation", "permissions": [ "activeTab", "storage", "scripting", "tabs", "webNavigation" ], "host_permissions": [ "*:\/\/*.youtube.com\/*", "https:\/\/ytbscreenshotpro-pay.aikc.net\/*" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "commands": { "capture-frame": { "suggested_key": { "default": "Alt+C" }, "description": "Capture current video frame" } }, "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" } }