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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dash14.ack และคุณลักษณะหลักของมันคือ "Block web network requests by rules such as domain, URL, request method, etc."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BLOCKoli - Web request blocker

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

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

                        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 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
อีเมล dash14.ack+web@gmail.com
ประเภทการชำระเงิน 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"
    }
}