HTTP-Repeater (HTTP/s Live Headers) (Beta)

Capture and modify Traffic

HTTP-Repeater (HTTP/s Live Headers) (Beta)คืออะไร?

HTTP-Repeater (HTTP/s Live Headers) (Beta) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย unnex และคุณลักษณะหลักของมันคือ "Capture and modify Traffic"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTTP-Repeater (HTTP/s Live Headers) (Beta)

ดาวน์โหลดไฟล์ส่วนขยาย HTTP-Repeater (HTTP/s Live Headers) (Beta) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        HTTP-Repeater (Beta-Version) is an extension to capture and repeat browser requests. You can capture all requests and resend them in the same or manipulated way. Also, you can craft and send your own request with header informations, your own http-method, your own post-data, etc... All responses will fully be interpreted by your browser. So you can check websites for XSS bugs and many more, without using an emulated path or other fails. All requests by HTTP-Repeater will be authentic at all time.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HTTP-Repeater (HTTP/s Live Headers) (Beta) HTTP-Repeater (HTTP/s Live Headers) (Beta)
ID jhojhhcdnopmbacgkggcgldbclfneefd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/http-repeater-https-live/jhojhhcdnopmbacgkggcgldbclfneefd
คำอธิบาย Capture and modify Traffic
ขนาดไฟล์ 10.36 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 0.9.1.00072
อัปเดตครั้งล่าสุด 2019-04-04
วันที่เผยแพร่ 2019-04-04
คะแนน 4.87/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา unnex
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HTTP-Repeater (HTTP\/s Live Headers) (Beta)",
    "description": "Capture and modify Traffic",
    "container": [
        "DOMAIN_INSTALLABLE",
        "GOOGLE_DRIVE"
    ],
    "api_console_project_id": "101069825299",
    "version": "0.9.1.00072",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webNavigation",
        "management",
        "",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "fav.png",
        "default_popup": "main.html"
    }
}