PrivacySpy

Grading privacy policies for convenience and accountability.

什么是PrivacySpy?

PrivacySpy是由https://privacyspy.org开发的Chrome扩展程序,该扩展的主要功能是“Grading privacy policies for convenience and accountability.”。

扩展截图

screenshot
screenshot
screenshot

下载PrivacySpy扩展crx文件

下载PrivacySpy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        PrivacySpy is helping to make privacy policies relevant. Privacy policies should be more than just a box to check; they are fundamental to ensuring data transparency and allowing users to make informed choices.

Please note that this browser extension DOES NOT send your browsing activity to our servers. It works by downloading a full summary of the PrivacySpy database on startup (or every 24 hours, whichever is more infrequent), and then locally checking the pages you visit against that local database.

PrivacySpy is fully open source and licensed under Version 3 of the General Public License (GPLv3). The source code is available at .                    

扩展基本信息

名称 PrivacySpy PrivacySpy
ID ppembnadnhiknioggbglgiciihgmkmnd
官方URL https://chromewebstore.google.com/detail/privacyspy/ppembnadnhiknioggbglgiciihgmkmnd
简介 Grading privacy policies for convenience and accountability.
文件大小 1.4 MB
安装次数 447
当前版本 2.0.1
更新时间 2020-06-30
上架时间 2020-06-29
评分 5.00/5 共4次评分
开发者 https://privacyspy.org
电子邮箱 [email protected]
付费类型 free
扩展官网 https://privacyspy.org
帮助页面URL https://privacyspy.org/about
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PrivacySpy",
    "version": "2.0.1",
    "description": "Grading privacy policies for convenience and accountability.",
    "homepage_url": "https:\/\/privacyspy.org",
    "icons": {
        "16": "icons\/privacyspy-16-dark.png",
        "48": "icons\/privacyspy-48-dark.png",
        "96": "icons\/privacyspy-96-dark.png",
        "128": "icons\/privacyspy-128-dark.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_title": "PrivacySpy",
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "icons\/privacyspy-16-dark.png",
            "32": "icons\/privacyspy-32-dark.png",
            "64": "icons\/privacyspy-64-dark.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "icons\/privacyspy-96-dark.png"
    ]
}