PrivacyPro

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

Cos'è PrivacyPro?

PrivacyPro è un'estensione di Chrome sviluppata da https://privacyproapp.com, e la sua funzione principale è "Protect your privacy online, have full control over your privacy.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione PrivacyPro

Scarica i file di estensione PrivacyPro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome PrivacyPro PrivacyPro
ID lhjgocoeapnjmfaamphadnaddecfkdnm
URL Ufficiale https://chromewebstore.google.com/detail/privacypro/lhjgocoeapnjmfaamphadnaddecfkdnm
Descrizione Protect your privacy online, have full control over your privacy.
Dimensione del File 99.32 KB
Conteggio Installazioni 91
Versione Corrente 1.7.3
Ultimo Aggiornamento 2021-10-28
Data di Pubblicazione 2021-10-20
Sviluppatore https://privacyproapp.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://privacyproapp.com/
URL della Pagina della Politica sulla Privacy https://privacyproapp.com/privacy
Lingue Supportate 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"
    ]
}