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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}