Busted

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

Apa itu Busted?

Busted adalah ekstensi Chrome yang dikembangkan oleh nathanchapman, dan fitur utamanya adalah "Defends against clickjacking by making all iframes visible and gives color-based warnings.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Busted

Unduh file ekstensi Busted dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Busted Busted
ID nhlicbgagiecfehanppnblhoglonondm
URL Resmi https://chromewebstore.google.com/detail/busted/nhlicbgagiecfehanppnblhoglonondm
Deskripsi Defends against clickjacking by making all iframes visible and gives color-based warnings.
Ukuran File 132 KB
Jumlah Instalasi 19
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2016-05-01
Tanggal Publikasi 2016-04-30
Pengembang nathanchapman
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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",
        ""
    ]
}