PrivacyPro

Protect your privacy online, have full control over your privacy.

什麼是PrivacyPro?

PrivacyPro是由https://privacyproapp.com開發的Chrome擴展程式,該擴展的主要功能是“Protect your privacy online, have full control over your privacy.”。

擴展截圖

screenshot
screenshot
screenshot

下載PrivacyPro擴展crx文件

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

擴展使用說明

                        PrivacyPro is completely Free, advanced privacy enhancing extension which stops search engines from collecting data via Referrer and other tracking methods.

The extension will hide your referrer while visiting Google, Yahoo or Bing, thus, they will not know the website you came from. Additionally, it will truncate URLs so there are no tracking parameters passed through the search engine.

Privacy Policy
https://privacyproapp.com/privacy

Terms of used
https://privacyproapp.com/terms

If you have any questions or a bug report, please contact us at:
contact [at] privacyproapp.com

Permissions used & reasons:
"Read and change your data on a number of websites":
We need access to modify your referrer and search engine's URL to prevent tracking.

"Read your browsing history"
It is needed to detect when you access search engines' websites and modify the URL so it doesn't include tracking parameters.                    

擴展基本資訊

名稱 PrivacyPro PrivacyPro
ID lhjgocoeapnjmfaamphadnaddecfkdnm
官方網址 https://chromewebstore.google.com/detail/privacypro/lhjgocoeapnjmfaamphadnaddecfkdnm
簡介 Protect your privacy online, have full control over your privacy.
檔案大小 99.32 KB
安裝次數 91
目前版本 1.7.3
更新時間 2021-10-28
上架時間 2021-10-20
開發者 https://privacyproapp.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://privacyproapp.com/
隱私政策頁面URL https://privacyproapp.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PrivacyPro",
    "short_name": "PrivacyPro",
    "author": "PrivacyPro Ltd",
    "version": "1.7.3",
    "description": "Protect your privacy online, have full control over your privacy.",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "Manage PrivacyPro",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "webNavigation",
        "*:\/\/*.google.com\/*",
        "*:\/\/*.yahoo.com\/*",
        "*:\/\/*.bing.com\/*",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ]
}