CDN Headers & Cookies

Loads all http headers, cookies and Akamai response headers (http/https)

CDN Headers & Cookies là gì?

CDN Headers & Cookies là một tiện ích mở rộng Chrome được phát triển bởi https://cookheaders.com, và tính năng chính của nó là "Loads all http headers, cookies and Akamai response headers (http/https)".

Ả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 CDN Headers & Cookies

Tải xuống các tệp mở rộng CDN Headers & Cookies 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

                        This extension is the best companion to the developers and to the people who want to see all http headers and cookies at one stop. It also can load Akamai response headers (CDN specific headers).
 
The following features are included.
1) Loads request headers (for the requested URL - page level)
2) Add/Edit/Delete custom request headers
3) Loads default response headers and Akamai response headers (for the requested URL - page level)
4) Loading the Akamai response headers is setting driven. (By default, this is set to unchecked)
5) Loads all cookies
6) Add/Edit/Delete cookies
7) Search and Sort
8) Export request headers, default response headers, akamai response headers and cookies into CSV file                    

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

Tên CDN Headers & Cookies CDN Headers & Cookies
ID obldlamadkihjlkdjblncejeblbogmnb
URL Chính Thức https://chromewebstore.google.com/detail/cdn-headers-cookies/obldlamadkihjlkdjblncejeblbogmnb
Mô tả Loads all http headers, cookies and Akamai response headers (http/https)
Kích Thước Tệp 284 KB
Số Lần Cài Đặt 14,416
Phiên Bản Hiện Tại 2.0.6
Cập Nhật Lần Cuối 2019-03-23
Ngày Phát Hành 2019-03-22
Đánh Giá 4.09/5 Tổng số 64 Đánh Giá
Nhà Phát Triển https://cookheaders.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CDN Headers & Cookies",
    "short_name": "CookHeaders",
    "version": "2.0.6",
    "description": "Loads all http headers, cookies and Akamai response headers (http\/https)",
    "permissions": [
        "cookies",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": {
        "16": "images\/cookheaders16.png",
        "48": "images\/cookheaders48.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/cookheaders48.png",
        "default_popup": "cookmanager.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/cdn-headers-cookies\/obldlamadkihjlkdjblncejeblbogmnb"
}