Privacy Monitor by Osano

We read the fine print, so you don't have to. Surf the web with our privacy plugin and receive attorney created trust scores.

Privacy Monitor by Osano là gì?

Privacy Monitor by Osano là một tiện ích mở rộng Chrome được phát triển bởi https://privacymonitor.com, và tính năng chính của nó là "We read the fine print, so you don't have to. Surf the web with our privacy plugin and receive attorney created trust scores.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Privacy Monitor by Osano

Tải xuống các tệp mở rộng Privacy Monitor by Osano dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        We read the fine print, so you don't have to. Knowing who to trust with your private browsing data can be confusing. With Privacy Monitor by Osano, it's easy! Just install the Google Chrome browser privacy plugin, and receive trust score alerts as you surf the web. It's like anti-virus for data privacy.

Have you ever checked the box on a web site that says "I have read and agreed to the terms and conditions and privacy policy" but didn't actually read it? If you're like most people, the answer is yes.

Most websites tell you exactly who they will be selling your private data to, who they will be sharing it with, and how they will be tracking you across the Internet as you surf; but they hide that information inside of long, complicated legal documents. Somehow this is legal. Companies such as Facebook take advantage of this loophole, but no more: It's time to take back your Internet!

Privacy Monitor by Osano uses no cookies, no tracking, no logging, and is completely ad-free. We believe that the Internet should remain safe and free. There is no catch. We care about keeping the Internet safe, and we care about you!

Concerned about safety? Privacy Monitor is open sourced! Visit the Osano GitHub repository to view the source code for the Google Chrome plugin as well as other platforms.

Changelog:

1.0.31 - Added the ability to disable automatic notifications through option menu
1.0.34 - Added the ability to control the time on screen for automatic notifications
1.0.35 - Minor bug fix for repeat notifications in certain edge cases                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Privacy Monitor by Osano Privacy Monitor by Osano
ID jdpmmhddbjodbkelamngbkipadcpdejo
URL Chính Thức https://chromewebstore.google.com/detail/privacy-monitor-by-osano/jdpmmhddbjodbkelamngbkipadcpdejo
Mô tả We read the fine print, so you don't have to. Surf the web with our privacy plugin and receive attorney created trust scores.
Kích Thước Tệp 90.27 KB
Số Lần Cài Đặt 972
Phiên Bản Hiện Tại 1.0.36
Cập Nhật Lần Cuối 2021-05-12
Ngày Phát Hành 2019-04-20
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://privacymonitor.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.privacymonitor.com
URL Trang Trợ Giúp https://www.privacymonitor.com/rating/
URL Trang Chính Sách Bảo Mật https://www.privacymonitor.com/legal/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Privacy Monitor by Osano",
    "description": "We read the fine print, so you don't have to. Surf the web with our privacy plugin and receive attorney created trust scores.",
    "version": "1.0.36",
    "author": "Osano, Inc., A Public Benefit Corporation",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "js\/localforage.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/circles.js",
                "js\/contentscript.js"
            ],
            "css": [
                "css\/content-styles.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Get Privacy score",
        "default_icon": "css\/images\/iconGray.png"
    },
    "icons": {
        "48": "icons\/rounded-48x48.png",
        "128": "icons\/rounded-128x128.png"
    },
    "web_accessible_resources": [
        "css\/images\/*.svg",
        "css\/images\/*.png",
        "icons\/*"
    ],
    "manifest_version": 2
}