Enable website display in iframe

解决网站不能在iframe里面显示的问题

What is Enable website display in iframe?

Enable website display in iframe is a Chrome extension developed by ExpCloud, and its main feature is "解决网站不能在iframe里面显示的问题".

Extension Screenshots

screenshot

Download Enable website display in iframe Extension CRX File

Download Enable website display in iframe 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

                        解决一些网站不能在iframe里面显示的问题                    

Extension Basic Information

Name Enable website display in iframe Enable website display in iframe
ID licmcfjfdpnpdhncdbepjfikdngohjcn
Official URL https://chrome.google.com/webstore/detail/enable-website-display-in/licmcfjfdpnpdhncdbepjfikdngohjcn
Description 解决网站不能在iframe里面显示的问题
File Size 4.04 KB
Installation Count 50
Current Version 1.1
Last Updated 2018-07-20
Publish Date 2018-07-20
Developer ExpCloud
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enable website display in iframe",
    "version": "1.1",
    "description": "\u89e3\u51b3\u7f51\u7ad9\u4e0d\u80fd\u5728iframe\u91cc\u9762\u663e\u793a\u7684\u95ee\u9898",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "icon.png"
    ],
    "manifest_version": 2
}