adultblacklist
Blocks the biggest adult sites
Wat is adultblacklist?
adultblacklist is een Chrome-extensie ontwikkeld door serv.ing.apps, en de belangrijkste functie is "Blocks the biggest adult sites".
Extensie Screenshots
Download het CRX-bestand van de extensie adultblacklist
Download adultblacklist-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
Blocks the biggest adult sites: those in the top-1-million sites. It combines the blacklist at http://dsi.ut-capitole.fr/blacklists/index_en.php and the Alexa, Majestic Million, and Cisco-eze top million sites. (This keeps the addon size manageable).
Basisinformatie over de Extensie
Naam | adultblacklist |
ID | nlaagnlbhaoodpoaoigcjpepnhbkimnb |
Officiële URL | https://chromewebstore.google.com/detail/adultblacklist/nlaagnlbhaoodpoaoigcjpepnhbkimnb |
Beschrijving | Blocks the biggest adult sites |
Bestandsgrootte | 94.48 KB |
Aantal Installaties | 198 |
Huidige Versie | 0.5.0 |
Laatst Bijgewerkt | 2019-04-09 |
Publicatiedatum | 2019-04-09 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | serv.ing.apps |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/serv-inc/blacklist/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "adultblacklist", "description": "Blocks the biggest adult sites", "version": "0.5.0", "applications": { "gecko": { "id": "{b4eda7b1-2bbe-4961-b336-aaad77d87a47}" } }, "permissions": [ "tabs" ], "icons": { "128": "clipboard-list-solid.png" }, "background": { "scripts": [ "background.js" ] } } |