Akamai debug headers

Add diagnostic headers to Akamai'd websites

Apa itu Akamai debug headers?

Akamai debug headers adalah ekstensi Chrome yang dikembangkan oleh preflightsiren, dan fitur utamanya adalah "Add diagnostic headers to Akamai'd websites".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Akamai debug headers

Unduh file ekstensi Akamai debug headers dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Akamai debug headers Akamai debug headers
ID lcfphdldglgaodelggpckakfficpeefj
URL Resmi https://chromewebstore.google.com/detail/akamai-debug-headers/lcfphdldglgaodelggpckakfficpeefj
Deskripsi Add diagnostic headers to Akamai'd websites
Ukuran File 4.85 KB
Jumlah Instalasi 10,000
Versi Saat Ini 1.1
Terakhir Diperbarui 2015-02-20
Tanggal Publikasi 2015-02-19
Penilaian 3.79/5 Total 24 Penilaian
Pengembang preflightsiren
Tipe Pembayaran free
Situs Ekstensi https://github.com/preflightsiren/chrome-akamai-debug
URL Halaman Bantuan https://github.com/preflightsiren/chrome-akamai-debug
Bahasa yang Didukung 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
}