adultblacklist
Blocks the biggest adult sites
Hvad er adultblacklist?
adultblacklist er en Chrome-udvidelse udviklet af serv.ing.apps, og dens hovedfunktion er "Blocks the biggest adult sites".
Udvidelsesskærmbilleder
Download adultblacklist-udvidelses-CRX-fil
Download adultblacklist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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).
Grundlæggende oplysninger om udvidelsen
Navn | adultblacklist |
ID | nlaagnlbhaoodpoaoigcjpepnhbkimnb |
Officiel URL | https://chromewebstore.google.com/detail/adultblacklist/nlaagnlbhaoodpoaoigcjpepnhbkimnb |
Beskrivelse | Blocks the biggest adult sites |
Filstørrelse | 94.48 KB |
Antal Installationer | 198 |
Nuværende Version | 0.5.0 |
Senest Opdateret | 2019-04-09 |
Udgivelsesdato | 2019-04-09 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | serv.ing.apps |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://github.com/serv-inc/blacklist/issues |
Understøttede Sprog | 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" ] } } |