Akamai debug headers

Add diagnostic headers to Akamai'd websites

Akamai debug headers क्या है?

Akamai debug headers preflightsiren द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add diagnostic headers to Akamai'd websites"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Akamai debug headers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}