Akamai debug headers

Add diagnostic headers to Akamai'd websites

Akamai debug headers là gì?

Akamai debug headers là một tiện ích mở rộng Chrome được phát triển bởi preflightsiren, và tính năng chính của nó là "Add diagnostic headers to Akamai'd websites".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Akamai debug headers

Tải xuống các tệp mở rộng Akamai debug headers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Akamai debug headers Akamai debug headers
ID lcfphdldglgaodelggpckakfficpeefj
URL Chính Thức https://chromewebstore.google.com/detail/akamai-debug-headers/lcfphdldglgaodelggpckakfficpeefj
Mô tả Add diagnostic headers to Akamai'd websites
Kích Thước Tệp 4.85 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-02-20
Ngày Phát Hành 2015-02-19
Đánh Giá 3.79/5 Tổng số 24 Đánh Giá
Nhà Phát Triển preflightsiren
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/preflightsiren/chrome-akamai-debug
URL Trang Trợ Giúp https://github.com/preflightsiren/chrome-akamai-debug
Ngôn Ngữ Được Hỗ Trợ 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
}