IP Blocker
Blocks all request to IP addresses. You have the option to allow all private IP addresses and to add IP addresses to an allow list
IP Blocker là gì?
IP Blocker là một tiện ích mở rộng Chrome được phát triển bởi IP Blocker, và tính năng chính của nó là "Blocks all request to IP addresses. You have the option to allow all private IP addresses and to add IP addresses to an allow list".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng IP Blocker
Tải xuống các tệp mở rộng IP Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension is designed for people who deal with possible malicious IP addresses. The extension will stop you from accidentally searching for an IP address as it will stop the connection at the browser stage so there are no outbound connections to the IP address, this would be useful if you regularly have malicious IP addresses in your clipboard. The extension allows you to enable private IP addresses and to add IP addresses to an allow list so if you regularly go to a certain IP address you don’t have to disable the extension to go to it. If you’re interested in the code, then please find the GitHub repository below: https://github.com/conesplitter/IP-Blocker-Extension
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | IP Blocker |
ID | ofjjgidcleppjggfabdloemoidoponmp |
URL Chính Thức | https://chromewebstore.google.com/detail/ip-blocker/ofjjgidcleppjggfabdloemoidoponmp |
Mô tả | Blocks all request to IP addresses. You have the option to allow all private IP addresses and to add IP addresses to an allow list |
Kích Thước Tệp | 15.7 KB |
Số Lần Cài Đặt | 9,679 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-04-19 |
Ngày Phát Hành | 2023-04-09 |
Nhà Phát Triển | IP Blocker |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP Blocker", "description": "Blocks all request to IP addresses. You have the option to allow all private IP addresses and to add IP addresses to an allow list", "manifest_version": 3, "version": "1.0.0", "background": { "service_worker": "background.js" }, "permissions": [ "declarativeNetRequest" ], "action": { "default_title": "IP Blocker", "default_popup": "popup.html", "default_icon": { "16": "images\/favicon16.png", "32": "\/images\/favicon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "images\/favicon16.png", "32": "images\/favicon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |