{"id":13553666,"url":"https://github.com/FacettsOpen/exodify","last_synced_at":"2025-04-03T05:31:16.966Z","repository":{"id":30556878,"uuid":"125243834","full_name":"FacettsOpen/exodify","owner":"FacettsOpen","description":"Wonder how much an app is tracking you? Now you can see it from within the Google Play web interface thanks to ExodusPrivacy.","archived":false,"fork":false,"pushed_at":"2022-01-10T08:00:49.000Z","size":1677,"stargazers_count":67,"open_issues_count":8,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-04T01:32:49.469Z","etag":null,"topics":["chrome-extension","firefox-addon","firefox-extension","gplv3","privacy"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FacettsOpen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-14T16:43:35.000Z","updated_at":"2024-08-17T07:43:16.000Z","dependencies_parsed_at":"2022-08-07T15:16:16.498Z","dependency_job_id":null,"html_url":"https://github.com/FacettsOpen/exodify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FacettsOpen%2Fexodify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FacettsOpen%2Fexodify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FacettsOpen%2Fexodify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FacettsOpen%2Fexodify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FacettsOpen","download_url":"https://codeload.github.com/FacettsOpen/exodify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246944377,"owners_count":20858773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome-extension","firefox-addon","firefox-extension","gplv3","privacy"],"created_at":"2024-08-01T12:02:30.742Z","updated_at":"2025-04-03T05:31:15.873Z","avatar_url":"https://github.com/FacettsOpen.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Exodify [![Mentioned in Awesome Humane Tech](https://awesome.re/mentioned-badge.svg)](https://github.com/engagingspaces/awesome-humane-tech) [![Humane Tech](https://raw.githubusercontent.com/engagingspaces/awesome-humane-tech/master/humane-tech-badge.svg?sanitize=true)](https://humanetech.com)\n\n[Exodify](https://exodify.org)  is a browser extension that will show you how many trackers there are in android applications you are looking at in the playstore.\n\n**Firefox** \u0026ndash; [Install](https://addons.mozilla.org/en-US/firefox/addon/exodify/) \u0026nbsp; ![amo-rating](https://img.shields.io/amo/rating/exodify.svg?style=flat-square) \u0026nbsp; ![amo-rating](https://img.shields.io/amo/users/exodify.svg?style=flat-square) \n\n\n**Chrome** \u0026ndash; [Install](https://chrome.google.com/webstore/detail/exodify/imfbjeceaelpdlhbeembaocakecajhlm) \u0026nbsp; ![Chrome Web Store-rating](https://img.shields.io/chrome-web-store/rating/imfbjeceaelpdlhbeembaocakecajhlm.svg?style=flat-square) \u0026nbsp; ![Chrome Web Store-users](https://img.shields.io/chrome-web-store/d/imfbjeceaelpdlhbeembaocakecajhlm.svg?style=flat-square\u0026label=users)\n\n\n![Screenshot](/doc/img-trackers-full.jpg)\n\n![Screenshot](/doc/img-banks.jpg)\n\n![Screenshot](/doc/img-no-trackers.jpg)\n\n\n## What it does\n\nThis extension includes:\n\n* 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.\n* A content script, \"exodify-sub.js\" for Exodus Privacy submit page, that auto fills the search bar with the application ID.\n* A browser action, with a popup (\"popup/\") that shows the trackers name \n* A background script that is used to update the toolbar icon number badge\n\n## What it shows\n\n* 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.\n* When visiting the 'my apps' page or doing a search, the plugin will decorate all applications on screen with trackers info\n* Add direct link to the full report on Exodus Privacy.\n* Use toolbar button to get more info about trackers and some statistics, with individual link for each tracker.\n\n\n## How to install from sources\n\n### Automated build\n\nRequirement: [NodeJS](https://nodejs.org) and [Grunt](https://gruntjs.com/getting-started)\n\nCreate a config.json file in the base folder (along side gruntfile.js) and add your api token like this:\n\n```json\n{\n\t\"apiToken\" : \"Token \u003cGET_A_TOKEN_FROM_EXODUS_PRIVACY\u003e\"\n}\n```\n\nThen Run:\n\n```bash\n\u003e npm install\n\n\u003e npm run package\n```\nYou will find the packed and unpacked extentions in the `dest/` folder.\n\n\n### Manual Install\n\nDownload the `sources/` folder.\n\nEdit the `sources/ep-api.js` and replace the `@@API_TOKEN` with your exodify api token (contact them to get one)\n\nIn 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.\n\nIn chrome, type chrome://extensions/ and then 'Load Unpacked' and point to the 'source' folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFacettsOpen%2Fexodify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFacettsOpen%2Fexodify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFacettsOpen%2Fexodify/lists"}