Privacy Bear - Privacy simplified

Your web and email experience respectful of your privacy

Qu'est-ce que Privacy Bear - Privacy simplified ?

Privacy Bear - Privacy simplified est une extension Chrome développée par https://privacy-bear.net, et sa fonction principale est "Your web and email experience respectful of your privacy".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Privacy Bear - Privacy simplified

Téléchargez les fichiers d'extension Privacy Bear - Privacy simplified au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Blocking trackers, ads and protecting your privacy.
Privacy Bear is the easiest way to protect your privacy without complicated settings.

✅Blocks Ads from thousands of sources, but does not block all ads to avoid being detected as an ad blocker.
✅ Emails - blocking email trackers, ensuring that your emails are not used to drive commercial offers.
✅ Social & Analytics Privacy - We block the analytics and major social trackers.
✅ Easy & light - Nothing to configure, easy to use and our code is as light as possible to not consume your precious memory.

 🛃 Why does Privacy Bear need to read and change all my data on the websites I visit❓
When you install Privacy Bear, your browser warns that Privacy Bear can “read and change all your data on the websites you visit”.

Privacy Bear requires these permissions to do its job of blocking trackers on all websites you visit. For more information, see our Privacy Bear Privacy Policy : https://privacy-bear.net/policy.html

⭐ About
We are a non profit organization dedicated to protect the privacy of every user of the web and emails.                    

Informations de Base sur l'Extension

Nom Privacy Bear - Privacy simplified Privacy Bear - Privacy simplified
ID gdiknemhndplpgnnnjjjhphhembfojec
URL Officiel https://chromewebstore.google.com/detail/privacy-bear-privacy-simp/gdiknemhndplpgnnnjjjhphhembfojec
Description Your web and email experience respectful of your privacy
Taille du Fichier 16.3 KB
Nombre d'Installations 10,000
Version Actuelle 1.1.15
Dernière Mise à Jour 2024-02-19
Date de Publication 2023-11-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://privacy-bear.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://privacy-bear.net/index.html
URL de la Page d'Aide https://privacy-bear.net/index.html
URL de la Page de Politique de Confidentialité https://privacy-bear.net/privacy.html
Langues Prises en Charge en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "cs.js"
            ],
            "match_about_blank": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.1.15",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "unlimitedStorage"
    ],
    "icons": {
        "128": "128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "web-accessible-resources\/*",
                "128.png"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}