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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Busted

ดาวน์โหลดไฟล์ส่วนขยาย 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 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",
        ""
    ]
}