Privacy Bear - Privacy simplified

Your web and email experience respectful of your privacy

Τι είναι το Privacy Bear - Privacy simplified;

Το Privacy Bear - Privacy simplified είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://privacy-bear.net, και η κύρια λειτουργία του είναι "Your web and email experience respectful of your privacy".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Privacy Bear - Privacy simplified

Λήψη αρχείων επέκτασης Privacy Bear - Privacy simplified σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Privacy Bear - Privacy simplified Privacy Bear - Privacy simplified
ID gdiknemhndplpgnnnjjjhphhembfojec
Επίσημο URL https://chromewebstore.google.com/detail/privacy-bear-privacy-simp/gdiknemhndplpgnnnjjjhphhembfojec
Περιγραφή Your web and email experience respectful of your privacy
Μέγεθος Αρχείου 16.3 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 1.1.15
Τελευταία Ενημέρωση 2024-02-19
Ημερομηνία Δημοσίευσης 2023-11-07
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://privacy-bear.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://privacy-bear.net/index.html
Διεύθυνση URL της Σελίδας Βοήθειας https://privacy-bear.net/index.html
URL της Σελίδας Πολιτικής Απορρήτου https://privacy-bear.net/privacy.html
Υποστηριζόμενες Γλώσσες 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'"
    }
}