Akamai debug headers

Add diagnostic headers to Akamai'd websites

Akamai debug headersคืออะไร?

Akamai debug headers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย preflightsiren และคุณลักษณะหลักของมันคือ "Add diagnostic headers to Akamai'd websites"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Akamai debug headers

ดาวน์โหลดไฟล์ส่วนขยาย 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
}