Busted
Defends against clickjacking by making all iframes visible and gives color-based warnings.
Qu'est-ce que Busted ?
Busted est une extension Chrome développée par nathanchapman, et sa fonction principale est "Defends against clickjacking by making all iframes visible and gives color-based warnings.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Busted
Téléchargez les fichiers d'extension Busted au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Busted |
ID | nhlicbgagiecfehanppnblhoglonondm |
URL Officiel | https://chromewebstore.google.com/detail/busted/nhlicbgagiecfehanppnblhoglonondm |
Description | Defends against clickjacking by making all iframes visible and gives color-based warnings. |
Taille du Fichier | 132 KB |
Nombre d'Installations | 19 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2016-05-01 |
Date de Publication | 2016-04-30 |
Développeur | nathanchapman |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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", " |