URL Blocker
Block URLs by blacklist
Wat is URL Blocker?
URL Blocker is een Chrome-extensie ontwikkeld door dustbin, en de belangrijkste functie is "Block URLs by blacklist".
Extensie Screenshots
Download het CRX-bestand van de extensie URL Blocker
Download URL Blocker-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
Block URLs by defining a blacklist using regular expressions.
Basisinformatie over de Extensie
Naam | URL Blocker |
ID | jpakadanffilpnjijlmmkljogkfaognd |
Officiële URL | https://chromewebstore.google.com/detail/url-blocker/jpakadanffilpnjijlmmkljogkfaognd |
Beschrijving | Block URLs by blacklist |
Bestandsgrootte | 101 KB |
Aantal Installaties | 14,366 |
Huidige Versie | 0.911 |
Laatst Bijgewerkt | 2021-10-12 |
Publicatiedatum | 2018-03-01 |
Beoordeling | 3.93/5 Totaal 40 Beoordelingen |
Ontwikkelaar | dustbin |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.dustbin.de/software/blockieren-von-internetseiten-in-google-chrome/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Blocker", "short_name": "URL Blocker", "description": "Block URLs by blacklist", "version": "0.911", "browser_action": [], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "permissions": [ "*:\/\/*\/*", "webRequest", "webRequestBlocking", "tabs", "storage" ] } |