Busted

Defends against clickjacking by making all iframes visible and gives color-based warnings.

Bustedとは何ですか?

Bustedはnathanchapmanによって開発されたChromeの拡張機能で、その主な機能は「Defends against clickjacking by making all iframes visible and gives color-based warnings.」です。

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

screenshot
screenshot

Busted拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Busted protects your information from clickjacking attempts. It injects styles into the page to force all iframes to be visible. You can toggle Busted by clicking on the icon in the extensions bar.                    

拡張機能の基本情報

名前 Busted Busted
ID nhlicbgagiecfehanppnblhoglonondm
公式URL https://chromewebstore.google.com/detail/busted/nhlicbgagiecfehanppnblhoglonondm
説明 Defends against clickjacking by making all iframes visible and gives color-based warnings.
ファイルサイズ 132 KB
インストール数 19
現在のバージョン 1.0.0
最終更新日 2016-05-01
公開日 2016-04-30
開発者 nathanchapman
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Busted",
    "description": "Defends against clickjacking by making all iframes visible and gives color-based warnings.",
    "version": "1.0.0",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon-safe.png",
        "default_title": "Busted - clickjacking protection"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        ""
    ]
}