Security-Header-Extension

A Chrome Extension built to check the presence of embedded security headers.

Cos'è Security-Header-Extension?

Security-Header-Extension è un'estensione di Chrome sviluppata da ACNS_cybersecurity_interns, e la sua funzione principale è "A Chrome Extension built to check the presence of embedded security headers.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Security-Header-Extension

Scarica i file di estensione Security-Header-Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Developed by the ACNS Cybersecurity Internship Web team using modern web tools.                    

Informazioni di Base sull'Estensione

Nome Security-Header-Extension Security-Header-Extension
ID nggplilppojikmgpmlecpcikpoiffinp
URL Ufficiale https://chromewebstore.google.com/detail/security-header-extension/nggplilppojikmgpmlecpcikpoiffinp
Descrizione A Chrome Extension built to check the presence of embedded security headers.
Dimensione del File 510 KB
Conteggio Installazioni 2,338
Versione Corrente 6.2
Ultimo Aggiornamento 2022-06-29
Data di Pubblicazione 2020-03-26
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore ACNS_cybersecurity_interns
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_popup": "index.html",
        "default_title": "Security-Header-Extension"
    },
    "description": "A Chrome Extension built to check the presence of embedded security headers.",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtj9FvUGF3+Wy3m65a1aU5ELPIWXFMk+ISbXie5iHCeKC+AIHsvnMRPWbKIt+1Kv3tqdAM2EnJRosmNGGosu5\/vml2bXEnMvibU07Mcv6aRqKELc\/RlCfS0cizMjWlNZlpLYvJuuy4p9wypash8H1RDiuRrnvF9C\/M5rmertPbl+wjRT1u4V8Fn9AEVayqWvEOZhEOK2blu9Ns9vpYqUyT6fnRt46Wiwl9G2mP5XSudNn9vh+QWQGvjA7z0UcTywzK9PWw1s2qXJyhq3UD482KYX8JVXQPF5THeb4\/6JoznJdeIbatVelnR5OG1gPfIz7Ewuffl859NqgoAsxVMs5rQIDAQAB",
    "manifest_version": 3,
    "name": "Security-Header-Extension",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "6.2"
}