Privacy Cleaner

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

Privacy Cleanerคืออะไร?

Privacy Cleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mypermissions.com และคุณลักษณะหลักของมันคือ "Protect Your Personal Information - Get Real time alerts when apps access your information and files"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Privacy Cleaner

ดาวน์โหลดไฟล์ส่วนขยาย Privacy Cleaner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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