Privacy Cleaner

Protect Your Personal Information - Get Real time alerts when apps access your information and files

Privacy Cleaner란 무엇입니까?

Privacy Cleaner은(는) https://mypermissions.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Protect Your Personal Information - Get Real time alerts when apps access your information and files"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Privacy Cleaner 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Do you know how many apps and services have permission to access your private info? What about often those services access your data? Use MyPermissions to find out and regain control of your privacy!

MyPermissions is a free, powerful way to scan, track and control how applications access your personal information online. Know what apps you’ve connected to - and approve, remove or report them.

✔ Automatically scan your major online accounts to see what apps have access to your personal data
✔ Filter through your apps based on permission types
✔ Clear your apps' permissions in one click
✔ 24/7 Protection - get alerts when apps gain access to your private info, and confirm your authorization or revoke them immediately
✔ Stay worry-free knowing that MyPermissions doesn't retain any of your personal data -- all of your's stays within your accounts!

How does it work? 
- Simply download our extension for your browser and select the accounts you'd like to scan. We'll take care of the rest by scanning your account for external connections and give you a report on what apps or webpages have permissions to do what kind of activities.
- Need to enter your credentials? No worries! We don't keep ANY of your personal data (we promise!) -- we'll direct you to the account's home website and you'll enter your information into their server                    

확장 프로그램 기본 정보

이름 Privacy Cleaner Privacy Cleaner
ID liiikhhbkpmpomjmdofandjmdgapiahi
공식 URL https://chromewebstore.google.com/detail/privacy-cleaner/liiikhhbkpmpomjmdofandjmdgapiahi
설명 Protect Your Personal Information - Get Real time alerts when apps access your information and files
파일 크기 7.82 MB
설치 횟수 20,000
현재 버전 4.1.3
최근 업데이트 2020-08-11
출시 날짜 2020-04-01
평점 4.12/5 총 83 개의 평점
개발자 https://mypermissions.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://mypermissions.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Privacy Cleaner",
    "icons": {
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "100": "icons\/icon100.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "Protect Your Personal Information - Get Real time alerts when apps access your information and files",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/MyPermissions.com\/",
    "version": "4.1.3",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Privacy Cleaner"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        "webNavigation",
        "notifications",
        "cookies"
    ]
}