adultblacklist

Blocks the biggest adult sites

Vad är adultblacklist?

adultblacklist är en Chrome-tillägg utvecklad av serv.ing.apps, och dess huvudfunktion är "Blocks the biggest adult sites".

Tilläggsskärmbilder

screenshot

Ladda ner adultblacklist-förlängningens CRX-fil

Ladda ner adultblacklist-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

                        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äggande Information om Tillägg

Namn adultblacklist adultblacklist
ID nlaagnlbhaoodpoaoigcjpepnhbkimnb
Officiell webbadress https://chromewebstore.google.com/detail/adultblacklist/nlaagnlbhaoodpoaoigcjpepnhbkimnb
Beskrivning Blocks the biggest adult sites
Filstorlek 94.48 KB
Antal Installationer 198
Aktuell Version 0.5.0
Senast Uppdaterad 2019-04-09
Publiceringsdatum 2019-04-09
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare serv.ing.apps
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://github.com/serv-inc/blacklist/issues
Stödda Språk 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"
        ]
    }
}