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
官方網址 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
}