Tamper Dev

Intercept and edit HTTP/HTTPS requests and responses as they happen without the need of a proxy.

Tamper Devคืออะไร?

Tamper Dev เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tamper.dev และคุณลักษณะหลักของมันคือ "Intercept and edit HTTP/HTTPS requests and responses as they happen without the need of a proxy."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tamper Dev

ดาวน์โหลดไฟล์ส่วนขยาย Tamper Dev ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        If you are a developer, you can use Tamper Dev to debug your websites, or if you are a pentester, you can use it to search for security vulnerabilities by inspecting the HTTP traffic from your browser.

Unlike most other extensions, Tamper Dev allows you to intercept, inspect and modify the requests before they are sent to the server, and before they are sent back to the browser interactively, and without any additional installed software.


How to use?
  1. Press [ Alt ⌥ ] + [ T ] or click on the extension button
  2. Filter the requests you are interested in
  3. Enable interception, and trigger a new request
  4. Modify all requests before they are sent to the server
  5. Modify the responses before they are sent back to the browser


Need Help?
  There is an FAQ at https://tamper.dev/ and you can visit https://github.com/google/tamperchrome/discussions for asking questions directly to the developers.


Want to contribute?
  Tamper Dev is Free and Open Source Software. Visit https://github.com/google/tamperchrome to learn how you can contribute.


About Tamper Dev:
  This is the new version of the extension previously called Tamper Chrome, but now supports multiple browsers, and does not require an auxiliary app. This extension provides functionality similar to Burp Proxy, MITM Proxy, OWASP ZAP, Tamper Data, and Postman Proxy Interceptor, but without the need of additional software, with full support of HTTPS connections, and trivial to set-up (just install).                    

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

ชื่อ Tamper Dev Tamper Dev
ID mdemppnhjflbejfbnlddahjbpdbeejnn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tamper-dev/mdemppnhjflbejfbnlddahjbpdbeejnn
คำอธิบาย Intercept and edit HTTP/HTTPS requests and responses as they happen without the need of a proxy.
ขนาดไฟล์ 532 KB
จำนวนการติดตั้ง 32,883
เวอร์ชันปัจจุบัน 2.0.9
อัปเดตครั้งล่าสุด 2021-01-09
วันที่เผยแพร่ 2021-01-07
คะแนน 4.12/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา https://tamper.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tamper.dev
URL หน้าช่วยเหลือ https://github.com/google/tamperchrome/discussions
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tamper Dev",
    "version": "2.0.9",
    "description": "Intercept and edit HTTP\/HTTPS requests and responses as they happen without the need of a proxy.",
    "icons": {
        "16": "icons\/white.png",
        "48": "icons\/96x96.png",
        "128": "icons\/256x256.png"
    },
    "browser_action": {
        "default_title": "Tamper Dev",
        "default_icon": {
            "16": "icons\/white.png",
            "48": "icons\/white.png",
            "128": "icons\/256x256.png"
        }
    },
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+T"
            },
            "description": "Open tamper dev for the current tab"
        }
    },
    "minimum_chrome_version": "87",
    "permissions": [
        "debugger",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}