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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}