Busted

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

Co je Busted?

Busted je rozšíření Chrome vyvinuté nathanchapman, a jeho hlavní funkcí je „Defends against clickjacking by making all iframes visible and gives color-based warnings.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Busted

Stáhněte si soubory rozšíření Busted ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Busted Busted
ID nhlicbgagiecfehanppnblhoglonondm
Oficiální URL https://chromewebstore.google.com/detail/busted/nhlicbgagiecfehanppnblhoglonondm
Popis Defends against clickjacking by making all iframes visible and gives color-based warnings.
Velikost souboru 132 KB
Počet instalací 19
Aktuální Verze 1.0.0
Poslední Aktualizace 2016-05-01
Datum Vydání 2016-04-30
Vývojář nathanchapman
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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",
        ""
    ]
}