All Projects → privacy-tech-lab → privee

privacy-tech-lab / privee

Licence: BSD-3-Clause license
Google Chrome extension using machine learning to summarize privacy policies

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to privee

SDK-Privacy-Report
Privacy details of SDKs for Apple Privacy Nutrition & Google Safety Section disclosure.
Stars: ✭ 219 (+942.86%)
Mutual labels:  privacy-policy, privacy-tools
gpc-optmeowt
Browser extension for opting out from the sale and sharing of personal information per the California Consumer Privacy Act and other privacy laws
Stars: ✭ 75 (+257.14%)
Mutual labels:  privacy-tools, privacy-tech
privacy-policy
Privacy policies for my projects
Stars: ✭ 44 (+109.52%)
Mutual labels:  privacy-policy
Exif-Remove
Remove exif data from all digital pictures in current directory by typing exif
Stars: ✭ 45 (+114.29%)
Mutual labels:  privacy-tools
Layoutify-for-Instagram
A Google Chrome Extension which improves the Instagram.com Layout.
Stars: ✭ 75 (+257.14%)
Mutual labels:  google-chrome-extension
toptout
📡 Easily opt-out from telemetry collection
Stars: ✭ 89 (+323.81%)
Mutual labels:  privacy-policy
hashnode-browser-extensions
Google chrome & Mozilla firefox browser extensions for Hashnode
Stars: ✭ 20 (-4.76%)
Mutual labels:  google-chrome-extension
42
@rsapkf's linkroll.
Stars: ✭ 1,906 (+8976.19%)
Mutual labels:  privacy-tools
easy-web-reference-chrome-extension
You can point specific points on any web page on the internet. The reference link was created will directly copy your clipboard. Thus you can share easily the ref link!
Stars: ✭ 22 (+4.76%)
Mutual labels:  google-chrome-extension
PEGASUS
Pegasus is a browser extension that implements a wallet for the IOTA cryptocurrency. https://allemanfredi.github.io/pegasus-website/
Stars: ✭ 14 (-33.33%)
Mutual labels:  google-chrome-extension
privacy-settings
Guide to privacy settings for most major softwares and services.
Stars: ✭ 97 (+361.9%)
Mutual labels:  privacy-tools
WebCache
Chrome extension to view the cached version of the current webpage
Stars: ✭ 32 (+52.38%)
Mutual labels:  google-chrome-extension
Policies
Basecamp policies, terms, and legal. Share them; reuse them; contribute to them.
Stars: ✭ 1,612 (+7576.19%)
Mutual labels:  privacy-policy
google-photos-plus
A chrome extension that allows you to download photos from Google Photos in better quality than the default download option.
Stars: ✭ 61 (+190.48%)
Mutual labels:  google-chrome-extension
export-all-extensions
Export name and url of all installed extensions in Google Chrome
Stars: ✭ 68 (+223.81%)
Mutual labels:  google-chrome-extension
rtbf.ir
Right to be forgotten - directory of direct links to delete your account from persian web services. دایرکتوری حق فراموش شدن سرویس های ایرانی
Stars: ✭ 140 (+566.67%)
Mutual labels:  privacy-policy
chrome-ogame-ui-extension
A Google Chrome extension that enhances the OGame user interface by adding elements into it.
Stars: ✭ 16 (-23.81%)
Mutual labels:  google-chrome-extension
scripts
Open Source Public Scripts for Simple Analytics
Stars: ✭ 62 (+195.24%)
Mutual labels:  privacy-tools
shifting
A privacy-focused list of alternatives to mainstream services to help the competition.
Stars: ✭ 31 (+47.62%)
Mutual labels:  privacy-tools
crypto-currencies-values-ext
Google Chrome extension to show crypto currencies values 💰📈
Stars: ✭ 19 (-9.52%)
Mutual labels:  google-chrome-extension

Privee (v1.2)

Note: As of February 2021 Privee is no longer functional due to various browser API changes.

Privee: An Architecture for Automatically Analyzing Web Privacy Policies
Sebastian Zimmeck and Steven M. Bellovin
23rd USENIX Security Symposium (USENIX), San Diego, CA, USA, August 2014
(also presented at PLSC 2014 and FoPNaC 2014)

1. What is Privee?

Privee aims to make Web privacy policies easier and faster to understand. To that end, this Privee browser extension applies two different analysis methods: (1) It retrieves privacy policy analysis results from the crowdsourcing repository ToS;DR or, (2) if no such results are available, performs an automatic analysis based on rule and machine learning classification techniques.

Privee is a research project, and you can find our paper here: http://sebastianzimmeck.de/zimmeckAndBellovin2014Privee.pdf

2. Source Files

  • manifest.json is the manifest file required for every Google Chrome extension
  • jQuery.js contains the jQuery JavaScript Library v1.11.0
  • background.js manages the different components of the privacy policy analysis
  • scraper.js obtains the URL and body text of the current website
  • preprocessor.js prepares the machine learning (ML) classification and also attempts a rule and crowdsourcing classification of the current policy
  • trainer.js trains the ML classifier
  • trainingData.js contains a database of 100 training privacy policies for training the ML classifier
  • classifier.js contains the ML classifier
  • labeler.js creates the label for the analyzed privacy policy
  • popup.js prepares printing of the analysis results to the screen
  • popup.html displays a popup window for the analysis results
  • about.html displays details of the automatic classification categories and the grading of the policies

3. Software requirements

Windows or OSX with Google Chrome (tested for Version 38.0.2125.122 m)

4. Installing and Running Privee

If you obtained a packed extension at the chrome web store, follow their installation instructions. If you obtained source files, save those at a convenient location, and load the folder as an unpacked extension within Google Chrome (Settings -> Extensions -> Load unpacked extension...). To run Privee go to the website with the privacy policy that you want to analyze and push the P button in the upper right hand corner of Google Chrome. The first ML classifier run takes one minute to analyze training data.

5. Version History

  • v1.2 changed font sizes for better display (11/13/2014)
  • v1.1 added functionality to retrieve ToS;DR symbols/points for individual classifications (08/06/2014)
  • v1.0 initial limited release (06/27/2014)

6. License

Privee is released under the BSD 3-Clause License, 2014, Sebastian Zimmeck and Steven M. Bellovin.

7. Contact Info

For feedback and questions please contact Sebastian Zimmeck at [email protected]

privacy-tech-lab logo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].