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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}