Busted

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

O que é Busted?

Busted é uma extensão do Chrome desenvolvida por nathanchapman, e sua principal característica é "Defends against clickjacking by making all iframes visible and gives color-based warnings.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Busted

Baixe arquivos de extensão Busted no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Busted Busted
ID nhlicbgagiecfehanppnblhoglonondm
URL Oficial https://chromewebstore.google.com/detail/busted/nhlicbgagiecfehanppnblhoglonondm
Descrição Defends against clickjacking by making all iframes visible and gives color-based warnings.
Tamanho do Arquivo 132 KB
Contagem de Instalações 19
Versão Atual 1.0.0
Última Atualização 2016-05-01
Data de Publicação 2016-04-30
Desenvolvedor nathanchapman
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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",
        ""
    ]
}