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?

IP Blocker是由IP Blocker開發的Chrome擴展程式,該擴展的主要功能是“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”。

擴展截圖

screenshot

下載IP Blocker擴展crx文件

下載IP Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 IP Blocker IP Blocker
ID ofjjgidcleppjggfabdloemoidoponmp
官方網址 https://chromewebstore.google.com/detail/ip-blocker/ofjjgidcleppjggfabdloemoidoponmp
簡介 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
檔案大小 15.7 KB
安裝次數 9,679
目前版本 1.0.0
更新時間 2023-04-19
上架時間 2023-04-09
開發者 IP Blocker
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}