Request Interceptor
Request Interceptor Extension for Chrome.
Request Interceptor란 무엇입니까?
Request Interceptor은(는) beDev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Request Interceptor Extension for Chrome."입니다.
확장 프로그램 스크린샷
Request Interceptor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Request Interceptor provides you to intercept HTTP/HTTPS request packets. After intercepting, those request packets you can: - Forward intercepted requests, - Drop intercepted requests, - Modify header values, - Modify POST data, - Add customized request headers, - Delete customized request headers, - Save request details as a JSON file, - Copy URLs from requests, - Pick which resource types to intercept, - Browse request history.
확장 프로그램 기본 정보
이름 | Request Interceptor |
ID | hkkjcknodnahjdnemannhkhnfedifkoh |
공식 URL | https://chromewebstore.google.com/detail/request-interceptor/hkkjcknodnahjdnemannhkhnfedifkoh |
설명 | Request Interceptor Extension for Chrome. |
파일 크기 | 23.97 KB |
설치 횟수 | 1,007 |
현재 버전 | 1.0 |
최근 업데이트 | 2021-07-01 |
출시 날짜 | 2021-06-30 |
평점 | 4.25/5 총 12 개의 평점 |
개발자 | beDev |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Request Interceptor", "description": "Request Interceptor Extension for Chrome.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_title": "Request Interceptor", "default_icon": { "16": "\/icons\/icon16.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" } }, "icons": { "16": "\/icons\/icon16.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" }, "permissions": [ "debugger", "storage", "unlimitedStorage" ] } |