Clickjacking Test

Clickjacking Test by Offcon Info Security

What is Clickjacking Test?

Clickjacking Test is a Chrome extension developed by Offcon Info Security, and its main feature is "Clickjacking Test by Offcon Info Security".

Extension Screenshots

screenshot

Download Clickjacking Test Extension CRX File

Download Clickjacking Test extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This chrome extension will check if the current web page can be iframed and even generate a Proof of Concept HTML for security reporting.                    

Extension Basic Information

Name Clickjacking Test Clickjacking Test
ID bjhigladkmnpmglhcnpeiplekpanekpi
Official URL https://chromewebstore.google.com/detail/clickjacking-test/bjhigladkmnpmglhcnpeiplekpanekpi
Description Clickjacking Test by Offcon Info Security
File Size 71.23 KB
Installation Count 4,812
Current Version 1.0
Last Updated 2013-08-05
Publish Date 2013-08-05
Rating 4.33/5 Total 9 Ratings
Developer Offcon Info Security
Payment Type free
Extension Website https://www.facebook.com/offcon
Help Page URL https://www.facebook.com/offcon
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clickjacking Test",
    "version": "1.0",
    "description": "Clickjacking Test by Offcon Info Security",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/icon-128.png",
        "default_title": "Clickjacking Test",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "img\/icon-128.png"
    }
}