Security-Header-Extension

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

Qu'est-ce que Security-Header-Extension ?

Security-Header-Extension est une extension Chrome développée par ACNS_cybersecurity_interns, et sa fonction principale est "A Chrome Extension built to check the presence of embedded security headers.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Security-Header-Extension

Téléchargez les fichiers d'extension Security-Header-Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Security-Header-Extension Security-Header-Extension
ID nggplilppojikmgpmlecpcikpoiffinp
URL Officiel https://chromewebstore.google.com/detail/security-header-extension/nggplilppojikmgpmlecpcikpoiffinp
Description A Chrome Extension built to check the presence of embedded security headers.
Taille du Fichier 510 KB
Nombre d'Installations 2,338
Version Actuelle 6.2
Dernière Mise à Jour 2022-06-29
Date de Publication 2020-03-26
Évaluation 4.80/5 Total 5 Évaluations
Développeur ACNS_cybersecurity_interns
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}