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

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

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}