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
公式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
Eメール [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"
    }
}