Busted

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

Что такое Busted?

Busted - это расширение Chrome, разработанное nathanchapman, и его основная функция - "Defends against clickjacking by making all iframes visible and gives color-based warnings.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Busted

Скачайте файлы расширений Busted в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Busted Busted
ID nhlicbgagiecfehanppnblhoglonondm
Официальный URL https://chromewebstore.google.com/detail/busted/nhlicbgagiecfehanppnblhoglonondm
Описание Defends against clickjacking by making all iframes visible and gives color-based warnings.
Размер файла 132 KB
Количество установок 19
Текущая Версия 1.0.0
Последнее Обновление 2016-05-01
Дата публикации 2016-04-30
Разработчик nathanchapman
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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",
        ""
    ]
}