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文件

下載Privacy Protector Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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