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": "Google Ads downloads", "version": "1.0", "description": "One-click access to all ad images from the Ads Transparency Center list.", "permissions": [ "activeTab", "scripting", "downloads", "notifications" ], "host_permissions": [ "https:\/\/adstransparency.google.com\/*", "https:\/\/tpc.googlesyndication.com\/*" ], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/adstransparency.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "lib\/*" ], "matches": [ "https:\/\/adstransparency.google.com\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }