Tor Child Abuse Filter

Filters Tor .onion domains via the Blacklist given at ahmia.fi.

What is Tor Child Abuse Filter?

Tor Child Abuse Filter is a Chrome extension developed by serv.ing.apps, and its main feature is "Filters Tor .onion domains via the Blacklist given at ahmia.fi.".

Extension Screenshots

screenshot

Download Tor Child Abuse Filter Extension CRX File

Download Tor Child Abuse Filter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Filters Tor .onion domains via the Blacklist given at ahmia.fi.                    

Extension Basic Information

Name Tor Child Abuse Filter Tor Child Abuse Filter
ID ibonpekjnohfhfkhfimobildlilojpcm
Official URL https://chrome.google.com/webstore/detail/tor-child-abuse-filter/ibonpekjnohfhfkhfimobildlilojpcm
Description Filters Tor .onion domains via the Blacklist given at ahmia.fi.
File Size 31.25 KB
Installation Count 18
Current Version 0.2.0
Last Updated 2019-05-13
Publish Date 2019-05-13
Rating 4.00/5 Total 1 Ratings
Developer serv.ing.apps
Email [email protected]
Payment Type free
Extension Website https://github.com/serv-inc/tcf
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tor Child Abuse Filter",
    "version": "0.2.0",
    "short_name": "tcf",
    "author": "serv-inc",
    "homepage_url": "https:\/\/github.com\/serv-inc\/tcf",
    "description": "Filters Tor .onion domains via the Blacklist given at ahmia.fi.",
    "icons": {
        "1024": "logo.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "md5.min.js",
            "background.js"
        ]
    }
}