Privacy Protector Plus

Remove all forms of tracking including web-bugs, tracking-scripts and information-collectors, and protect your data.

Privacy Protector Plus란 무엇입니까?

Privacy Protector Plus은(는) Benni에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove all forms of tracking including web-bugs, tracking-scripts and information-collectors, and protect your data."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Privacy Protector Plus 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Privacy Protector Plus is a browser extension that removes all forms of tracking including web bugs, tracking scripts, and information collectors, and protects your data.

Some features:
a. protects your privacy by removing all forms of tracking from web pages.
b. whitelist a website by adding it to the trusted list from the options page.
c. clicking on the toolbar icon will enable or disable the extension.
d. badge icon text shows you the number of blocked items on the current page.

Note: to report bugs, please visit the addon's homepage (https://mybrowseraddon.com/privacy-plus.html) and fill out the bug report form.                    

확장 프로그램 기본 정보

이름 Privacy Protector Plus Privacy Protector Plus
ID jijiojkjpehlogccmnkokddfoniihnjm
공식 URL https://chromewebstore.google.com/detail/privacy-protector-plus/jijiojkjpehlogccmnkokddfoniihnjm
설명 Remove all forms of tracking including web-bugs, tracking-scripts and information-collectors, and protect your data.
파일 크기 374 KB
설치 횟수 1,655
현재 버전 0.2.0
최근 업데이트 2022-09-16
출시 날짜 2018-10-31
평점 4.00/5 총 11 개의 평점
개발자 Benni
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mybrowseraddon.com/privacy-plus.html
도움말 페이지 URL https://mybrowseraddon.com/privacy-plus.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.0",
    "manifest_version": 3,
    "name": "Privacy Protector Plus",
    "homepage_url": "https:\/\/mybrowseraddon.com\/privacy-plus.html",
    "description": "Remove all forms of tracking including web-bugs, tracking-scripts and information-collectors, and protect your data.",
    "permissions": [
        "storage",
        "declarativeContent",
        "declarativeNetRequest"
    ],
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "url-filter",
                "path": "data\/filters\/url-filter.json"
            },
            {
                "enabled": true,
                "id": "regex-filter",
                "path": "data\/filters\/regex-filter.json"
            }
        ]
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}