Privacy Filter

Advanced blocker of network resources with advertisements and tracking beacons blocking functions

什么是Privacy Filter?

Privacy Filter是由nsmalcev开发的Chrome扩展程序,该扩展的主要功能是“Advanced blocker of network resources with advertisements and tracking beacons blocking functions”。

扩展截图

screenshot
screenshot

下载Privacy Filter扩展crx文件

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

扩展使用说明

                        The Privacy Filter is a multi functional proxy thich blocks requests by blacklists.
At the same time it is an ad blocker, web tracking blocker and tool for researching website performance.
It tries to keep balance between total removing suspicious and annoying content on websites and comfortable level of performance while browsing.                    

扩展基本信息

名称 Privacy Filter Privacy Filter
ID ofenfhknmogoegambbgcjckoegkhfhlh
官方URL https://chrome.google.com/webstore/detail/privacy-filter/ofenfhknmogoegambbgcjckoegkhfhlh
简介 Advanced blocker of network resources with advertisements and tracking beacons blocking functions
文件大小 339 KB
安装次数 760
当前版本 0.4.163.0
更新时间 2018-11-24
上架时间 2018-11-24
评分 5.00/5 共1次评分
开发者 nsmalcev
付费类型 free
扩展官网 https://malceff.blogspot.com/p/privacy-filter.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/db.js",
            "js\/background.common.js",
            "js\/background.core.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "inject_scripts\/content_start.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "icons\/security-32f.png",
        "default_popup": "page\/popup_page2.html",
        "default_title": "Privacy Filter"
    },
    "icons": {
        "16": "icons\/security-16.png",
        "20": "icons\/security-20.png",
        "32": "icons\/security-32.png",
        "48": "icons\/security-48.png",
        "64": "icons\/security-64.png",
        "128": "icons\/security-128.png"
    },
    "manifest_version": 2,
    "name": "Privacy Filter",
    "description": "Advanced blocker of network resources with advertisements and tracking beacons blocking functions",
    "permissions": [
        "contextMenus",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "downloads",
        "contentSettings"
    ],
    "version": "0.4.163.0",
    "web_accessible_resources": [
        "content\/css\/images\/logo.png",
        "content\/css\/images\/loadingImage.gif",
        "block.html",
        "page\/stat_page.html"
    ],
    "options_page": "\/page\/options.html"
}