Priv
Privacy simplified
Wat is Priv?
Priv is een Chrome-extensie ontwikkeld door Krishn Ramesh, en de belangrijkste functie is "Privacy simplified".
Extensie Screenshots
Download het CRX-bestand van de extensie Priv
Download Priv-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jhjhaakldcgljnoceeplgejcecjajdhj |
Officiële URL | https://chrome.google.com/webstore/detail/priv/jhjhaakldcgljnoceeplgejcecjajdhj |
Beschrijving | Privacy simplified |
Bestandsgrootte | 803 KB |
Aantal Installaties | 13 |
Huidige Versie | 0.11 |
Laatst Bijgewerkt | 2018-03-19 |
Publicatiedatum | 2018-03-19 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Krishn Ramesh |
Betalingswijze | free |
Extensiewebsite | http://mypriv.ca |
Ondersteunde Talen | 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\/" ] } |