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", "name": "Awesome XFrame For Site Extension", "version": "1.0.0.0", "description": "Awesome extension to ignore xframe header errors for only a single initiator.", "icons": { "16": "xframe_for_site_16.png", "48": "xframe_for_site_48.png", "128": "xframe_for_site_128.png" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "browser_action": { "default_icon": "xframe_for_site_19.png", "default_title": "Awesome XFrame For Site Extension" }, "permissions": [ "webRequest", "webRequestBlocking", "<all_urls>" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 }