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

Cos'è Block IP request in chrome?

Block IP request in chrome è un'estensione di Chrome sviluppata da kasperchansen94, e la sua funzione principale è "This extension let's you block accessing IP if you missclick while searching for an IP in Chrome. By KHA".

Scarica il file CRX dell'estensione Block IP request in chrome

Scarica i file di estensione Block IP request in chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Block IP request in chrome Block IP request in chrome
ID fgfodcjoighpbdfbgfmliffpkjnhdjbe
URL Ufficiale https://chrome.google.com/webstore/detail/block-ip-request-in-chrom/fgfodcjoighpbdfbgfmliffpkjnhdjbe
Descrizione This extension let's you block accessing IP if you missclick while searching for an IP in Chrome. By KHA
Dimensione del File 3.99 KB
Conteggio Installazioni 45
Versione Corrente 1.0
Ultimo Aggiornamento 2017-08-09
Data di Pubblicazione 2017-08-09
Sviluppatore kasperchansen94
Tipo di Pagamento free
Lingue Supportate 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
}