Akamai debug headers

Add diagnostic headers to Akamai'd websites

Cos'è Akamai debug headers?

Akamai debug headers è un'estensione di Chrome sviluppata da preflightsiren, e la sua funzione principale è "Add diagnostic headers to Akamai'd websites".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Akamai debug headers

Scarica i file di estensione Akamai debug headers 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

                        Akamai debug headers makes it much easier to figure out what's happening with websites fronted by Akamai.

This simple, lightweight extension adds Akamai debug HTTP headers to your HTTP(S) requests, providing extra information like cache hits/misses, TTLs and cache keys.

to see it in action, download it now and test it out on reddit.com, dailymail.co.uk or xbox.com                    

Informazioni di Base sull'Estensione

Nome Akamai debug headers Akamai debug headers
ID lcfphdldglgaodelggpckakfficpeefj
URL Ufficiale https://chromewebstore.google.com/detail/akamai-debug-headers/lcfphdldglgaodelggpckakfficpeefj
Descrizione Add diagnostic headers to Akamai'd websites
Dimensione del File 4.85 KB
Conteggio Installazioni 10,000
Versione Corrente 1.1
Ultimo Aggiornamento 2015-02-20
Data di Pubblicazione 2015-02-19
Valutazione 3.79/5 Totale 24 Valutazioni
Sviluppatore preflightsiren
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/preflightsiren/chrome-akamai-debug
URL della Pagina di Aiuto https://github.com/preflightsiren/chrome-akamai-debug
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Akamai debug headers",
    "version": "1.1",
    "description": "Add diagnostic headers to Akamai'd websites",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}