Priv

Privacy simplified

What is Priv?

Priv is a Chrome extension developed by Krishn Ramesh, and its main feature is "Privacy simplified".

Extension Screenshots

screenshot

Download Priv Extension CRX File

Download Priv extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Priv is a Chrome extension that helps you quickly identify how websites use your data. Using natural language processing and machine learning classification, Priv surfaces the most important aspects of privacy policies so you can efficiently stay informed.                    

Extension Basic Information

Name Priv Priv
ID jhjhaakldcgljnoceeplgejcecjajdhj
Official URL https://chrome.google.com/webstore/detail/priv/jhjhaakldcgljnoceeplgejcecjajdhj
Description Privacy simplified
File Size 803 KB
Installation Count 13
Current Version 0.11
Last Updated 2018-03-19
Publish Date 2018-03-19
Rating 5.00/5 Total 2 Ratings
Developer Krishn Ramesh
Payment Type free
Extension Website http://mypriv.ca
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Priv",
    "description": "Privacy simplified",
    "version": "0.11",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "*:\/\/localhost\/",
        "*:\/\/ec2-18-218-179-92.us-east-2.compute.amazonaws.com\/",
        "*:\/\/18.218.179.92\/",
        "*:\/\/mypriv.ca\/"
    ]
}