Privacy Bear - Privacy simplified

Your web and email experience respectful of your privacy

什麼是Privacy Bear - Privacy simplified?

Privacy Bear - Privacy simplified是由https://privacy-bear.net開發的Chrome擴展程式,該擴展的主要功能是“Your web and email experience respectful of your privacy”。

擴展截圖

screenshot

下載Privacy Bear - Privacy simplified擴展crx文件

下載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
官方網址 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'"
    }
}