All Projects → FacettsOpen → exodify

FacettsOpen / exodify

Licence: GPL-3.0 License
Wonder how much an app is tracking you? Now you can see it from within the Google Play web interface thanks to ExodusPrivacy.

Programming Languages

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

Projects that are alternatives of or similar to exodify

eshteb
Reduces the anger of an Iranian when typing in the wrong language!
Stars: ✭ 42 (-25%)
Mutual labels:  firefox-addon, firefox-extension
linguist
Linguist is a powerful browser extension for translate pages and text, which are ready to replace your favorite translate service
Stars: ✭ 21 (-62.5%)
Mutual labels:  firefox-addon, firefox-extension
pontoon-addon
Tools for Pontoon and its integration into the browser.
Stars: ✭ 13 (-76.79%)
Mutual labels:  firefox-addon, firefox-extension
x-forwarded-for
X-Forwarded-For Header Browser Extension
Stars: ✭ 36 (-35.71%)
Mutual labels:  firefox-addon, firefox-extension
inDoors
Chrome/Firefox extension that displays companies' Glassdoor ratings on LinkedIn and other job sites
Stars: ✭ 33 (-41.07%)
Mutual labels:  firefox-addon, firefox-extension
auto-click-auto-fill
Auto Click Auto Fill on any web page
Stars: ✭ 111 (+98.21%)
Mutual labels:  firefox-addon, firefox-extension
m3u8
m3u8 file downloader library and chrome & firefox extensions/add-on's
Stars: ✭ 67 (+19.64%)
Mutual labels:  firefox-addon, firefox-extension
scape
🎨 The new tab page with simplicity in mind.
Stars: ✭ 14 (-75%)
Mutual labels:  firefox-addon, firefox-extension
web-extension-boilerplate
The web extension boilerplate help to set up project quickly using typescript, jest, webpack, githook, prettier and github actions
Stars: ✭ 35 (-37.5%)
Mutual labels:  firefox-addon, firefox-extension
Socketify
Raw TCP and UDP Sockets API on Desktop Browsers
Stars: ✭ 67 (+19.64%)
Mutual labels:  firefox-addon, firefox-extension
fb-post-screenshot
Firefox Web Extension to save Facebook posts as images
Stars: ✭ 18 (-67.86%)
Mutual labels:  firefox-addon, firefox-extension
stylish-hub
🍹 A browser extension that brings new GitHub features and experience.
Stars: ✭ 14 (-75%)
Mutual labels:  firefox-addon, firefox-extension
TST-Colored-tabs
TST Colored Tabs extension for Mozilla Firefox & Tree Style Tab, that colorize tabs background based on opened domain.
Stars: ✭ 36 (-35.71%)
Mutual labels:  firefox-addon, firefox-extension
Recorder
A browser extension that generates Cypress, Playwright and Puppeteer test scripts from your interactions 🖱 ⌨
Stars: ✭ 277 (+394.64%)
Mutual labels:  firefox-addon, firefox-extension
perfect-home
firefox newtab/home replacement
Stars: ✭ 101 (+80.36%)
Mutual labels:  firefox-addon, firefox-extension
copy all tabs
Browser add-on to copy all URLs and titles from the open tabs in a browser window as a text list to the system clipboard. Links can also be pasted to a browser window to restore a list of tabs.
Stars: ✭ 21 (-62.5%)
Mutual labels:  firefox-addon, firefox-extension
pocketizer
Unofficial Pocket new tab extension for Chrome, Firefox, and Edge
Stars: ✭ 43 (-23.21%)
Mutual labels:  firefox-addon, firefox-extension
firefox-extensions
Awesome Firefox Extensions
Stars: ✭ 40 (-28.57%)
Mutual labels:  firefox-addon, firefox-extension
WhatYouarePlaying
An extension delivering what you're watching and listening to, to Mastodon and other services
Stars: ✭ 15 (-73.21%)
Mutual labels:  firefox-addon, firefox-extension
HomebrewOverlay
Browser extension adware (showHomebrewOverlayOuter)
Stars: ✭ 52 (-7.14%)
Mutual labels:  firefox-addon, firefox-extension

Exodify Mentioned in Awesome Humane Tech Humane Tech

Exodify is a browser extension that will show you how many trackers there are in android applications you are looking at in the playstore.

FirefoxInstall   amo-rating   amo-rating

ChromeInstall   Chrome Web Store-rating   Chrome Web Store-users

Screenshot

Screenshot

Screenshot

What it does

This extension includes:

  • A content script, "exodify.js" for the play store, that will fetch from exodus REST API the number of trackers in the application and then modify the page to show it.
  • A content script, "exodify-sub.js" for Exodus Privacy submit page, that auto fills the search bar with the application ID.
  • A browser action, with a popup ("popup/") that shows the trackers name
  • A background script that is used to update the toolbar icon number badge

What it shows

  • Displays the number of trackers of an app when you visit the detail page of this app, and will display the number of trackers on alternative apps.
  • When visiting the 'my apps' page or doing a search, the plugin will decorate all applications on screen with trackers info
  • Add direct link to the full report on Exodus Privacy.
  • Use toolbar button to get more info about trackers and some statistics, with individual link for each tracker.

How to install from sources

Automated build

Requirement: NodeJS and Grunt

Create a config.json file in the base folder (along side gruntfile.js) and add your api token like this:

{
	"apiToken" : "Token <GET_A_TOKEN_FROM_EXODUS_PRIVACY>"
}

Then Run:

> npm install

> npm run package

You will find the packed and unpacked extentions in the dest/ folder.

Manual Install

Download the sources/ folder.

Edit the sources/ep-api.js and replace the @@API_TOKEN with your exodify api token (contact them to get one)

In Firefox type about:addons in the URL and click on the wheel icon and 'Install Add-On From File...' and select the manifest.json file in the source folder.

In chrome, type chrome://extensions/ and then 'Load Unpacked' and point to the 'source' folder.

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].