PrivacyPro

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

PrivacyProคืออะไร?

PrivacyPro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://privacyproapp.com และคุณลักษณะหลักของมันคือ "Protect your privacy online, have full control over your privacy."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PrivacyPro

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}