Busted
Defends against clickjacking by making all iframes visible and gives color-based warnings.
什么是Busted?
Busted是由nathanchapman开发的Chrome扩展程序,该扩展的主要功能是“Defends against clickjacking by making all iframes visible and gives color-based warnings.”。
扩展截图
下载Busted扩展crx文件
下载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 |
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", " |