Busted
Defends against clickjacking by making all iframes visible and gives color-based warnings.
Cos'è Busted?
Busted è un'estensione di Chrome sviluppata da nathanchapman, e la sua funzione principale è "Defends against clickjacking by making all iframes visible and gives color-based warnings.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Busted
Scarica i file di estensione Busted in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Busted |
ID | nhlicbgagiecfehanppnblhoglonondm |
URL Ufficiale | https://chromewebstore.google.com/detail/busted/nhlicbgagiecfehanppnblhoglonondm |
Descrizione | Defends against clickjacking by making all iframes visible and gives color-based warnings. |
Dimensione del File | 132 KB |
Conteggio Installazioni | 19 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2016-05-01 |
Data di Pubblicazione | 2016-04-30 |
Sviluppatore | nathanchapman |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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", " |