Busted

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

Busted là gì?

Busted là một tiện ích mở rộng Chrome được phát triển bởi nathanchapman, và tính năng chính của nó là "Defends against clickjacking by making all iframes visible and gives color-based warnings.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Busted

Tải xuống các tệp mở rộng Busted dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Busted Busted
ID nhlicbgagiecfehanppnblhoglonondm
URL Chính Thức https://chromewebstore.google.com/detail/busted/nhlicbgagiecfehanppnblhoglonondm
Mô tả Defends against clickjacking by making all iframes visible and gives color-based warnings.
Kích Thước Tệp 132 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2016-05-01
Ngày Phát Hành 2016-04-30
Nhà Phát Triển nathanchapman
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}