Busted
Defends against clickjacking by making all iframes visible and gives color-based warnings.
ما هو Busted؟
Busted هو إضافة Chrome تم تطويرها بواسطة nathanchapman، والميزة الرئيسية لها هي "Defends against clickjacking by making all iframes visible and gives color-based warnings.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Busted
قم بتنزيل ملفات الامتداد Busted بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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", " |