Netify
Debugging proxy that will allow you to intercept and mutate requests from a web page
Apa itu Netify?
Netify adalah ekstensi Chrome yang dikembangkan oleh vladlavrik, dan fitur utamanya adalah "Debugging proxy that will allow you to intercept and mutate requests from a web page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Netify
Unduh file ekstensi Netify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Netify is a debugging proxy that will allow you to intercept and mutate your requests, like Fiddler or Charles, but it more compact and implemented directly in the Chrome devtools. Features that Netify gives you: - Filter requests for proxy by URL, method or type of resource. - Redirect request to arbitrary URL. - Adding, replacing and removing request headers. - Replacing the request body, text/JSON, Base64 or form data. - Replacing the response status code. - Adding, replacing and removing response headers. - Replacing the response body with a text value, Base64, or file's content. - Adding an extra response delay - Cancel request on the client. - The above changes can be made according to predefined rules, by script or by making changes to the intercepted request (like breakpoint). Attention!!! This extension is based on the experimental features of the Chrome Devtool protocol, which may lead to inoperability with the update of the browser. If you have some trouble with Netify or you have some suggestions, please report it here (https://github.com/vladlavrik/netify/issues)
Informasi Dasar Ekstensi
Nama | Netify |
ID | mdafhjaillpdogjdigdkmnoddeoegblj |
URL Resmi | https://chromewebstore.google.com/detail/netify/mdafhjaillpdogjdigdkmnoddeoegblj |
Deskripsi | Debugging proxy that will allow you to intercept and mutate requests from a web page |
Ukuran File | 1.24 MB |
Jumlah Instalasi | 6,000 |
Versi Saat Ini | 0.4.0 |
Terakhir Diperbarui | 2023-12-18 |
Tanggal Publikasi | 2020-02-04 |
Penilaian | 4.75/5 Total 28 Penilaian |
Pengembang | vladlavrik |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/vladlavrik/netify |
URL Halaman Bantuan | https://github.com/vladlavrik/netify/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Netify", "description": "Debugging proxy that will allow you to intercept and mutate requests from a web page", "author": "Vlad Lavrik |