Block IP request in chrome

This extension let's you block accessing IP if you missclick while searching for an IP in Chrome. By KHA

What is Block IP request in chrome?

Block IP request in chrome is a Chrome extension developed by kasperchansen94, and its main feature is "This extension let's you block accessing IP if you missclick while searching for an IP in Chrome. By KHA".

Download Block IP request in chrome Extension CRX File

Download Block IP request in chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Block IP request in chrome Block IP request in chrome
ID fgfodcjoighpbdfbgfmliffpkjnhdjbe
Official URL https://chrome.google.com/webstore/detail/block-ip-request-in-chrom/fgfodcjoighpbdfbgfmliffpkjnhdjbe
Description This extension let's you block accessing IP if you missclick while searching for an IP in Chrome. By KHA
File Size 3.99 KB
Installation Count 45
Current Version 1.0
Last Updated 2017-08-09
Publish Date 2017-08-09
Developer kasperchansen94
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Block IP request in chrome",
    "version": "1.0",
    "description": "This extension let's you block accessing IP if you missclick while searching for an IP in Chrome. By KHA",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}