Busted
Defends against clickjacking by making all iframes visible and gives color-based warnings.
What is Busted?
Busted is a Chrome extension developed by nathanchapman, and its main feature is "Defends against clickjacking by making all iframes visible and gives color-based warnings.".
Extension Screenshots
Download Busted Extension CRX File
Download Busted extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Busted |
ID | nhlicbgagiecfehanppnblhoglonondm |
Official URL | https://chromewebstore.google.com/detail/busted/nhlicbgagiecfehanppnblhoglonondm |
Description | Defends against clickjacking by making all iframes visible and gives color-based warnings. |
File Size | 132 KB |
Installation Count | 19 |
Current Version | 1.0.0 |
Last Updated | 2016-05-01 |
Publish Date | 2016-04-30 |
Developer | nathanchapman |
[email protected] | |
Payment Type | free |
Supported Languages | 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", " |