HiFrame - The Hyper IFRAME extension!

HiFrame - The Hyper IFRAME extension!

Allow any web page to be embedded as an iframe. Only local HTTP header manipulations. Compatible with modern web security standards.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0.1",
  "version_name": "v1.0.1 BETA",
  "short_name": "HiFrame",
  "name": "HiFrame - The Hyper IFRAME extension!",
  "description": "Allow any web page to be embedded as an iframe. Only local HTTP header manipulations. Compatible with modern web security standards.",
  "author": "Addown Studio",
  "icons": {
    "144": "addown-144x144.png"
  },
  "incognito": "split",
  "offline_enabled": true,
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://*/*",
    "http://*/*",
    "wss://*/*",
    "ws://*/*"
  ],
  "web_accessible_resources": [
    "extension.json"
  ]
}