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
}