Akamai debug headers

Add diagnostic headers to Akamai'd websites

What is Akamai debug headers?

Akamai debug headers is a Chrome extension developed by preflightsiren, and its main feature is "Add diagnostic headers to Akamai'd websites".

Extension Screenshots

screenshot

Download Akamai debug headers Extension CRX File

Download Akamai debug headers 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

                        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                    

Extension Basic Information

Name Akamai debug headers Akamai debug headers
ID lcfphdldglgaodelggpckakfficpeefj
Official URL https://chromewebstore.google.com/detail/akamai-debug-headers/lcfphdldglgaodelggpckakfficpeefj
Description Add diagnostic headers to Akamai'd websites
File Size 4.85 KB
Installation Count 10,000
Current Version 1.1
Last Updated 2015-02-20
Publish Date 2015-02-19
Rating 3.79/5 Total 24 Ratings
Developer preflightsiren
Payment Type free
Extension Website https://github.com/preflightsiren/chrome-akamai-debug
Help Page URL https://github.com/preflightsiren/chrome-akamai-debug
Supported Languages 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
}