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

Wat is Block IP request in chrome?

Block IP request in chrome is een Chrome-extensie ontwikkeld door kasperchansen94, en de belangrijkste functie is "This extension let's you block accessing IP if you missclick while searching for an IP in Chrome. By KHA".

Download het CRX-bestand van de extensie Block IP request in chrome

Download Block IP request in chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Block IP request in chrome Block IP request in chrome
ID fgfodcjoighpbdfbgfmliffpkjnhdjbe
Officiële URL https://chrome.google.com/webstore/detail/block-ip-request-in-chrom/fgfodcjoighpbdfbgfmliffpkjnhdjbe
Beschrijving This extension let's you block accessing IP if you missclick while searching for an IP in Chrome. By KHA
Bestandsgrootte 3.99 KB
Aantal Installaties 45
Huidige Versie 1.0
Laatst Bijgewerkt 2017-08-09
Publicatiedatum 2017-08-09
Ontwikkelaar kasperchansen94
Betalingswijze free
Ondersteunde Talen 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
}