Busted
Defends against clickjacking by making all iframes visible and gives color-based warnings.
Wat is Busted?
Busted is een Chrome-extensie ontwikkeld door nathanchapman, en de belangrijkste functie is "Defends against clickjacking by making all iframes visible and gives color-based warnings.".
Extensie Screenshots
Download het CRX-bestand van de extensie Busted
Download Busted-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Busted |
ID | nhlicbgagiecfehanppnblhoglonondm |
Officiële URL | https://chromewebstore.google.com/detail/busted/nhlicbgagiecfehanppnblhoglonondm |
Beschrijving | Defends against clickjacking by making all iframes visible and gives color-based warnings. |
Bestandsgrootte | 132 KB |
Aantal Installaties | 19 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2016-05-01 |
Publicatiedatum | 2016-04-30 |
Ontwikkelaar | nathanchapman |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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", " |