Busted

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

Co to jest Busted?

Busted to rozszerzenie Chrome opracowane przez nathanchapman, a jego główną funkcją jest „Defends against clickjacking by making all iframes visible and gives color-based warnings.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Busted

Pobierz pliki rozszerzeń Busted w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Busted Busted
ID nhlicbgagiecfehanppnblhoglonondm
Oficjalny URL https://chromewebstore.google.com/detail/busted/nhlicbgagiecfehanppnblhoglonondm
Opis Defends against clickjacking by making all iframes visible and gives color-based warnings.
Rozmiar pliku 132 KB
Liczba instalacji 19
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2016-05-01
Data Publikacji 2016-04-30
Deweloper nathanchapman
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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",
        ""
    ]
}