Awesome XFrame For Site Extension
Awesome extension to ignore xframe header errors for only a single initiator.
What is Awesome XFrame For Site Extension?
Awesome XFrame For Site Extension is a Chrome extension developed by https://www.upway2late.com, and its main feature is "Awesome extension to ignore xframe header errors for only a single initiator.".
Extension Screenshots
Download Awesome XFrame For Site Extension Extension CRX File
Download Awesome XFrame For Site Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Awesome XFrame For Site Extension does the following: 1) Go to options. 2) Enter a host, protocol+domain (example: http://localhost:8080). 3) When the initiator matches this host, the content-security-policy and x-frame-options headers will be removed.
Extension Basic Information
Name | Awesome XFrame For Site Extension |
ID | jdimfndpfamcnhdhiblhnicoadldlccg |
Official URL | https://chromewebstore.google.com/detail/awesome-xframe-for-site-e/jdimfndpfamcnhdhiblhnicoadldlccg |
Description | Awesome extension to ignore xframe header errors for only a single initiator. |
File Size | 25.73 KB |
Installation Count | 25 |
Current Version | 1.0.0.0 |
Last Updated | 2020-06-20 |
Publish Date | 2020-06-20 |
Developer | https://www.upway2late.com |
[email protected] | |
Payment Type | free |
Extension Website | http://upway2late.com/#/projects/buttons-project |
Help Page URL | http://upway2late.com/#/projects/buttons-project |
Privacy Policy Page URL | http://www.upway2late.com |
Supported Languages | en-US |
manifest.json | |
{ "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", " |