Busted

Defends against clickjacking by making all iframes visible and gives color-based warnings.

Vad är Busted?

Busted är en Chrome-tillägg utvecklad av nathanchapman, och dess huvudfunktion är "Defends against clickjacking by making all iframes visible and gives color-based warnings.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Busted-förlängningens CRX-fil

Ladda ner Busted-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Busted Busted
ID nhlicbgagiecfehanppnblhoglonondm
Officiell webbadress https://chromewebstore.google.com/detail/busted/nhlicbgagiecfehanppnblhoglonondm
Beskrivning Defends against clickjacking by making all iframes visible and gives color-based warnings.
Filstorlek 132 KB
Antal Installationer 19
Aktuell Version 1.0.0
Senast Uppdaterad 2016-05-01
Publiceringsdatum 2016-04-30
Utvecklare nathanchapman
E-post [email protected]
Betalningssätt free
Stödda Språk 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",
        ""
    ]
}