Request X
Intercept requests and cookies by flexible rules.
Request X란 무엇입니까?
Request X은(는) gera2ld에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Intercept requests and cookies by flexible rules."입니다.
확장 프로그램 스크린샷
Request X 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Source code: https://github.com/gera2ld/request-x Features: - Block requests by methods and URL patterns - Maintainable lists - Easy to share your lists with others - Redirect requests - Modify headers - Modify cookie properties like SameSite Use cases: - Debug APIs but avoid unexpected mutations - Block unwanted contents in an extremely flexible way - Set authorization header to avoid inputing username/password again and again - Set CORS header to allow certain cross-site requests without server changes - Change SameSite for old services to work on latest browsers - ... Tested on Chrome >= 70. It is highly recommended to use on latest versions.
확장 프로그램 기본 정보
이름 | Request X |
ID | cblonkdlnemhdeefhmaoiijjaedcphbf |
공식 URL | https://chromewebstore.google.com/detail/request-x/cblonkdlnemhdeefhmaoiijjaedcphbf |
설명 | Intercept requests and cookies by flexible rules. |
파일 크기 | 90.07 KB |
설치 횟수 | 5,047 |
현재 버전 | 2.5.2 |
최근 업데이트 | 2022-08-24 |
출시 날짜 | 2019-06-04 |
평점 | 4.83/5 총 18 개의 평점 |
개발자 | gera2ld |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/gera2ld/request-x |
도움말 페이지 URL | https://github.com/gera2ld/request-x/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Request X", "version": "2.5.2", "minimum_chrome_version": "50", "manifest_version": 2, "description": "Intercept requests and cookies by flexible rules.", "author": { "name": "Gerald", "url": "https:\/\/gerald.top" }, "icons": { "16": "public\/images\/icon_16.png", "48": "public\/images\/icon_48.png", "128": "public\/images\/icon_128.png" }, "default_locale": "en", "browser_action": { "browser_style": true, "default_icon": { "19": "public\/images\/icon_19.png", "38": "public\/images\/icon_38.png" }, "default_title": "Request X", "default_popup": "popup\/index.html" }, "background": { "scripts": [ "browser.js", "handler.js" ] }, "options_ui": { "page": "options\/index.html", "open_in_tab": true }, "devtools_page": "devtools\/index.html", "permissions": [ " |