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
Vad är Block IP request in chrome?
Block IP request in chrome är en Chrome-tillägg utvecklad av kasperchansen94, och dess huvudfunktion är "This extension let's you block accessing IP if you missclick while searching for an IP in Chrome. By KHA".
Ladda ner Block IP request in chrome-förlängningens CRX-fil
Ladda ner Block IP request in chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | ![]() |
ID | fgfodcjoighpbdfbgfmliffpkjnhdjbe |
Officiell webbadress | https://chrome.google.com/webstore/detail/block-ip-request-in-chrom/fgfodcjoighpbdfbgfmliffpkjnhdjbe |
Beskrivning | This extension let's you block accessing IP if you missclick while searching for an IP in Chrome. By KHA |
Filstorlek | 3.99 KB |
Antal Installationer | 45 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-08-09 |
Publiceringsdatum | 2017-08-09 |
Utvecklare | kasperchansen94 |
Betalningssätt | free |
Stödda Språk | 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 } |