Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.56 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.56 KB

OOptOut Chrome Extension

What does it do?

OOptOut lets you opt out of Facebook permissions when the authorization dialog is popped.

Suppose you want to try out a sketchy app without handing over all of your data.

Whoa there buddy! We just met! Why don't we just disable a few of these...

And then hit "Update"

Phew! I feel much safer now.

How Can I Use it?

Hopefully soon-ish it will be on the Chrome web store, but for now:

  • Do a git clone of this repository
  • Open up chrome to chrome://extensions
  • Turn on "Developer Mode"
  • Click "Load unpacked extension"
  • Find the folder of your git checkout!

What needs to be done?

Mostly CSS, logo, finding a better name. Help! Maybe descriptions of what each permission does. Maybe the ability to add permissions the site isn't acually asking for.

Why do some sites break when using this plugin?

Sometimes server-side code is written without the consideration that a Facebook permission might not have been granted. They might get a permission denied back from Facebook and not handle it gracefully. Some sites might be more aggressive than others about checking which permissions you're missing and trying to get yout to re-auth.