Privacy Bee: Zero-Trust Secure Browsing

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

Privacy Bee: Zero-Trust Secure Browsingとは何ですか?

Privacy Bee: Zero-Trust Secure Browsingはhttps://privacybee.comによって開発されたChromeの拡張機能で、その主な機能は「Keep yourself hidden as you browse the web with Privacy Bee.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Privacy Bee: Zero-Trust Secure Browsing拡張機能のCRXファイルをダウンロード

Privacy Bee: Zero-Trust Secure Browsing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Privacy Bee: Zero-Trust Secure Browsing Privacy Bee: Zero-Trust Secure Browsing
ID hpbfnglhgemnmohaepgjmfmecjjngedc
公式URL https://chromewebstore.google.com/detail/privacy-bee-zero-trust-se/hpbfnglhgemnmohaepgjmfmecjjngedc
説明 Keep yourself hidden as you browse the web with Privacy Bee.
ファイルサイズ 2.35 MB
インストール数 1,044
現在のバージョン 2.1.4
最終更新日 2023-11-09
公開日 2020-12-01
評価 5.00/5 合計 4 レビュー
開発者 https://privacybee.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://privacybee.com
ヘルプページのURL https://privacybee.com/support
プライバシーポリシーページのURL https://privacybee.com/privacy-policy
対応言語 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",
        ""
    ]
}