Busted

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

Was ist Busted?

Busted ist eine Chrome-Erweiterung, die von nathanchapman entwickelt wurde, und ihr Hauptmerkmal ist "Defends against clickjacking by making all iframes visible and gives color-based warnings.".

Erweiterungsscreenshots

screenshot
screenshot

Busted-Erweiterungs-CRX-Datei herunterladen

Laden Sie Busted-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Busted Busted
ID nhlicbgagiecfehanppnblhoglonondm
Offizielle URL https://chromewebstore.google.com/detail/busted/nhlicbgagiecfehanppnblhoglonondm
Beschreibung Defends against clickjacking by making all iframes visible and gives color-based warnings.
Dateigröße 132 KB
Installationsanzahl 19
Aktuelle Version 1.0.0
Letztes Update 2016-05-01
Veröffentlichungsdatum 2016-04-30
Entwickler nathanchapman
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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",
        ""
    ]
}