Busted

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

Hvad er Busted?

Busted er en Chrome-udvidelse udviklet af nathanchapman, og dens hovedfunktion er "Defends against clickjacking by making all iframes visible and gives color-based warnings.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Busted-udvidelses-CRX-fil

Download Busted-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Busted Busted
ID nhlicbgagiecfehanppnblhoglonondm
Officiel URL https://chromewebstore.google.com/detail/busted/nhlicbgagiecfehanppnblhoglonondm
Beskrivelse Defends against clickjacking by making all iframes visible and gives color-based warnings.
Filstørrelse 132 KB
Antal Installationer 19
Nuværende Version 1.0.0
Senest Opdateret 2016-05-01
Udgivelsesdato 2016-04-30
Udvikler nathanchapman
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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",
        ""
    ]
}