Akamai debug headers

Add diagnostic headers to Akamai'd websites

Akamai debug headersとは何ですか?

Akamai debug headersはpreflightsirenによって開発されたChromeの拡張機能で、その主な機能は「Add diagnostic headers to Akamai'd websites」です。

拡張機能のスクリーンショット

screenshot

Akamai debug headers拡張機能のCRXファイルをダウンロード

Akamai debug headers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Akamai debug headers Akamai debug headers
ID lcfphdldglgaodelggpckakfficpeefj
公式URL https://chromewebstore.google.com/detail/akamai-debug-headers/lcfphdldglgaodelggpckakfficpeefj
説明 Add diagnostic headers to Akamai'd websites
ファイルサイズ 4.85 KB
インストール数 10,000
現在のバージョン 1.1
最終更新日 2015-02-20
公開日 2015-02-19
評価 3.79/5 合計 24 レビュー
開発者 preflightsiren
支払い方法 free
拡張機能のウェブサイト https://github.com/preflightsiren/chrome-akamai-debug
ヘルプページのURL https://github.com/preflightsiren/chrome-akamai-debug
対応言語 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
}