BLOCKoli - Web request blocker
Block web network requests by rules such as domain, URL, request method, etc.
BLOCKoli - Web request blocker란 무엇입니까?
BLOCKoli - Web request blocker은(는) dash14.ack에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block web network requests by rules such as domain, URL, request method, etc."입니다.
확장 프로그램 스크린샷
BLOCKoli - Web request blocker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
For example, it can be used for the following situations: * In user support operations for web services, block modification requests (POST, PATCH, PUT, DELETE) to the target web site to prevent inadvertent modification of user data. * In web development, block specific requests and make them fail to check the system behavior. * When using a pay-as-you-go network, suppress communication charges by blocking request for image and media resources. Features: * Rule definition with flexibility - Rules can be defined to block or allow (exceptions to block) network requests based on domain, URL, request method, and resource type * Safe as only minimal permissions are required - Unlike many other network blocking extensions, this extension does not require permissions to read and change all your data on all websites or to read your browsing history * Work results can be checked - Users can view a list of rules that blocked or allowed requests within a specific tab The conditions for blocking or allowing, definable as rules, are as follows: * Request Domains * Initiator Domains * Request Methods * URL Filter * Resource Types In addition to the above, the following features are available * Export and import of rulesets
확장 프로그램 기본 정보
이름 | BLOCKoli - Web request blocker |
ID | fekkdhfmnpifpdgipnkjgfaalcffdeih |
공식 URL | https://chromewebstore.google.com/detail/blockoli-web-request-bloc/fekkdhfmnpifpdgipnkjgfaalcffdeih |
설명 | Block web network requests by rules such as domain, URL, request method, etc. |
파일 크기 | 1.8 MB |
설치 횟수 | 50 |
현재 버전 | 0.1.8 |
최근 업데이트 | 2024-01-25 |
출시 날짜 | 2023-09-19 |
개발자 | dash14.ack |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/dash14/BLOCKoli |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "0.1.8.0", "version_name": "0.1.8", "default_locale": "en", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_popup": "popup.html", "default_icon": "images\/icon16-gray.png" }, "options_page": "options.html", "permissions": [ "declarativeNetRequest", "activeTab", "storage" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |