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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}