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
官方網址 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"
        ]
    }
}