Privacy Bee: Zero-Trust Secure Browsing

Keep yourself hidden as you browse the web with Privacy Bee.

What is Privacy Bee: Zero-Trust Secure Browsing?

Privacy Bee: Zero-Trust Secure Browsing is a Chrome extension developed by https://privacybee.com, and its main feature is "Keep yourself hidden as you browse the web with Privacy Bee.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Privacy Bee: Zero-Trust Secure Browsing Extension CRX File

Download Privacy Bee: Zero-Trust Secure Browsing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        View our Privacy Policy here: https://privacybee.com/privacy-policy

Manage your data privacy preferences directly from your browser with a single click.

Build your privacy settings in real-time as you browse the internet with Privacy Bee. When you visit a website, click the Privacy Bee icon to tell companies how you’d like them to handle your data. You can refine your preferences across three privacy tiers:  

Active relationship: A more permissive privacy settings for companies that you interact with regularly, allowing them to retain your personal data.
Neutral relationship: Middle-of-the-road privacy settings for companies that you may want to interact with periodically. 
No relationship: The most restrictive privacy setting for companies you do not have a relationship with and that you don’t want to keep your personal information.

---------------
WHY MANAGE YOUR PRIVACY?
---------------

Your data is at risk! Every time you sign up for a newsletter, make an account or buy something online, you leave your personal data exposed. That info just sit out there on countless databases, waiting to be used by corporations or stolen by hackers.

We help you take back control and tell companies what level of data sharing you want while demanding companies you don’t have a relationship with to delete your data. 

ZDNet: “To stay secure, consumers must be proactive and use available tools to reduce data theft and forcing companies to delete information.” The Privacy Manager makes this simple and easy so that you can customize your privacy settings for individual companies as you browse the internet. 

---------------
HOW IT WORKS
---------------

Install extension
Click the extension icon to log in to your Privacy Bee account (or to create an account if you don’t have one yet)
As you browse the web, set your privacy preferences for each site you visit
You’ll also be able to see which privacy opt-outs are “On Deck”
All of your preferences will update on your Privacy Impact Dashboard
Please note that you will need a paid subscription to Privacy Bee to enjoy the benefits of the privacy manager. Getting your identity stolen costs the average person $1,343 and anywhere from 7 to 200 hours of time, depending on the severity. It’s only $9/month for continuous protection: http://privacybee.com/pricing

---------------
SUPPORT
---------------

We have a US-based support team ready to answer any questions. You can contact us anytime at [email protected] or during business hours at (931) 774-8229. Please also check out our FAQ: http://privacybee.com/faq

You can also view our Privacy Policy here: https://privacybee.com/privacy-policy

---------------
ABOUT PRIVACY BEE
---------------

Privacy Bee is a proactive privacy management tool that gives you direct control over your privacy preferences and helps you opt-out of corporate data selling and sharing. 

As seen in ZDNet: “Privacy Bee...a small price to pay to prevent a massive headache in the future when the next data breach inevitably occurs.”

Data privacy and security made easy with Privacy Bee! 

Again for reference you can view our privacy policy here https://privacybee.com/privacy-policy                    

Extension Basic Information

Name Privacy Bee: Zero-Trust Secure Browsing Privacy Bee: Zero-Trust Secure Browsing
ID hpbfnglhgemnmohaepgjmfmecjjngedc
Official URL https://chromewebstore.google.com/detail/privacy-bee-zero-trust-se/hpbfnglhgemnmohaepgjmfmecjjngedc
Description Keep yourself hidden as you browse the web with Privacy Bee.
File Size 2.35 MB
Installation Count 1,044
Current Version 2.1.4
Last Updated 2023-11-09
Publish Date 2020-12-01
Rating 5.00/5 Total 4 Ratings
Developer https://privacybee.com
Email [email protected]
Payment Type free
Extension Website https://privacybee.com
Help Page URL https://privacybee.com/support
Privacy Policy Page URL https://privacybee.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Privacy Bee: Zero-Trust Secure Browsing",
    "description": "Keep yourself hidden as you browse the web with Privacy Bee.",
    "version": "2.1.4",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmaad6+sagHmW1bhVZouvJ\/otqIP+txDoHw4UmjE\/GoxOqhbYTteGSYJHgDFlKlMLV8MVHA8bJm7M7pzlAlPEt8DFp5qtjY9YgKFWd4JbQwBQZGz48PkaLwFArvxK6tLnqXeOj7XUVumBLGx+o0XEhiDX\/+RUO6HfswAgb2mQQURonAN2ee4fk7B0jRTb4czBkbGphyUOt1whsJTh25DeF703lc+Xv5yUg8z3b69xUwkLR0BLRee8w1i2F3Um2Zo5qm1OP8PB\/6+QTK+q49GerZJieYUYbzTvE5njweLEVrtSPbQWte2MFhwgixWAITM459c4wk5GgyzmTaYnupbK1QIDAQAB",
    "icons": {
        "16": "icons\/pbLogo16.png",
        "32": "icons\/pbLogo32.png",
        "48": "icons\/pbLogo48.png",
        "128": "icons\/pbLogo128.png"
    },
    "browser_action": {
        "default_title": "Privacy Bee",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/pbLogo16.png",
            "32": "icons\/pbLogo32.png"
        }
    },
    "background": {
        "scripts": [
            "background\/browser-polyfill.js",
            "background\/background.js"
        ]
    },
    "oauth2": {
        "client_id": "9a88e237-f9e0-4f90-93fd-cf6af6a436c8",
        "scopes": [
            ""
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background\/browser-polyfill.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/developer.mozilla.org\/*",
        "storage",
        "activeTab",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "identity",
        ""
    ]
}