Awesome XFrame For Site Extension

Awesome extension to ignore xframe header errors for only a single initiator.

Awesome XFrame For Site Extensionとは何ですか?

Awesome XFrame For Site Extensionはhttps://www.upway2late.comによって開発されたChromeの拡張機能で、その主な機能は「Awesome extension to ignore xframe header errors for only a single initiator.」です。

拡張機能のスクリーンショット

screenshot

Awesome XFrame For Site Extension拡張機能のCRXファイルをダウンロード

Awesome XFrame For Site Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Awesome XFrame For Site Extension Awesome XFrame For Site Extension
ID jdimfndpfamcnhdhiblhnicoadldlccg
公式URL https://chromewebstore.google.com/detail/awesome-xframe-for-site-e/jdimfndpfamcnhdhiblhnicoadldlccg
説明 Awesome extension to ignore xframe header errors for only a single initiator.
ファイルサイズ 25.73 KB
インストール数 25
現在のバージョン 1.0.0.0
最終更新日 2020-06-20
公開日 2020-06-20
開発者 https://www.upway2late.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://upway2late.com/#/projects/buttons-project
ヘルプページのURL http://upway2late.com/#/projects/buttons-project
プライバシーポリシーページのURL http://www.upway2late.com
対応言語 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",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}