SomMeri / privacybadgerchrome

Chrome version of Privacy Badger based on AdBlock Plus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Privacy Badger Build Status

Privacy Badger blocks spying ads and invisible trackers. It's there to ensure that companies can't track your browsing without your consent.

This extension is designed to automatically protect your privacy from third party trackers that load invisibly when you browse the web. We send the Do Not Track header with each request, and our extension evaluates the likelihood that you are still being tracked. If the algorithm deems the likelihood is too high, we automatically block your request from being sent to the domain. Please understand that Privacy Badger is in beta, and the algorithm's determination is not conclusive that the domain is tracking you.

Our extension has three states. Red means Privacy Badger believes this domain is a tracker, and has blocked it. Yellow means the domain is believed to be both a tracker and necessary for the functioning of the page, so Privacy Badger is allowing it but blocking its cookies. Green means that Privacy Badger believes this is not tracker. You can click on the Privacy Badger icon in your browser's toolbar if you wish to override the automatic blocking settings. Or, you can browse in peace as Privacy Badger starts finding and eating up web trackers one by one.

Nothing can stop the Privacy Badger from eating cookies when it's hungry!

Privacy Badger is a project of the Electronic Frontier Foundation.

##Developing To build a local dummy .crx you can install with Chrome's stupid magic ritual, run make.

Or for an even easier build, enable developer mode in chrome://extensions, hit the "load unpacked extension" button and load up this directory.

Testing

After "unpacking" the extension, find your extension's ID and visit chrome-extension://YOUR_EXTENSION_ID/tests/index.html, replacing YOUR_EXTENSION_ID with your 32 character ID.

For Selenium tests, run ./run_selenium_tests.sh in the tests directory. You need to have chromedriver, xvfb and python-virtualenv installed.

This project is using the QUnit, py.test, Selenium test frameworks along with Travis CI for continuous integration.

##License Privacy Badger is licensed under the GPLv3. See LICENSE for more details

About

Chrome version of Privacy Badger based on AdBlock Plus

License:GNU General Public License v3.0


Languages

Language:JavaScript 91.8%Language:CSS 5.9%Language:Python 1.6%Language:Shell 0.6%Language:Makefile 0.1%