Tor Child Abuse Filter

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

什么是Tor Child Abuse Filter?

Tor Child Abuse Filter是由serv.ing.apps开发的Chrome扩展程序,该扩展的主要功能是“Filters Tor .onion domains via the Blacklist given at ahmia.fi.”。

扩展截图

screenshot

下载Tor Child Abuse Filter扩展crx文件

下载Tor Child Abuse Filter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Tor Child Abuse Filter Tor Child Abuse Filter
ID ibonpekjnohfhfkhfimobildlilojpcm
官方URL https://chrome.google.com/webstore/detail/tor-child-abuse-filter/ibonpekjnohfhfkhfimobildlilojpcm
简介 Filters Tor .onion domains via the Blacklist given at ahmia.fi.
文件大小 31.25 KB
安装次数 18
当前版本 0.2.0
更新时间 2019-05-13
上架时间 2019-05-13
评分 4.00/5 共1次评分
开发者 serv.ing.apps
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/serv-inc/tcf
支持的语言 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"
        ]
    }
}