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
官方網址 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
電子郵箱 [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",
        ""
    ]
}