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": "Adscorn - Portable Google Ads & Meta Ads AI-Analysts", "description": "Unlock the power of cross-channel analytics. Let AI-Agents find your top-performing content and drive your sales.", "version": "1.0.0", "action": { "default_title": "Click to start" }, "background": { "service_worker": "js\/background.bundle.js" }, "content_scripts": [ { "js": [ "js\/widget.bundle.js" ], "matches": [ "<all_urls>" ] } ], "web_accessible_resources": [ { "resources": [ "tailwind.css" ], "matches": [ "<all_urls>" ] }, { "resources": [ "frame.html" ], "matches": [ "<all_urls>" ] }, { "resources": [ "\/images\/*" ], "matches": [ "<all_urls>" ] } ], "externally_connectable": { "matches": [ "https:\/\/*.adscorn.com\/*" ] }, "permissions": [ "tabs", "storage", "cookies", "activeTab" ], "host_permissions": [ "https:\/\/*.adscorn.com\/*" ], "icons": { "16": "images\/icons\/16x16.png", "32": "images\/icons\/32x32.png", "48": "images\/icons\/48x48.png", "128": "images\/icons\/128x128.png" } }