Friends Mapper Extension Download

Posted on

So using Facebook Friends Mapper tool I would be able to see most of his hidden Facebook friends by exploiting the ‘mutual friend’ logical flaw.” How to use Facebook Friends Mapper extension for Chrome? Step 1: To see any friend’s hidden friends list, you need to download and install the Facebook Friend Mapper extension.

Facebook Friend Mapper Extension Download For Chrome

Facebook friends mapper extension apk downloadExtensionFacebook friends mapper extension download for pc

'This app is like the Marauder's Map (of Harry Potter fame) for your mobile device!' - danericryanFriend Mapper will change the way you connect with your friends!Friend Mapper displays your position plus up to 23 friends' positions SIMULTANEOUSLY!

The Marauders MapAT FACEBOOK'S REQUEST I HAVE DEACTIVATED THE OFFICIAL VERSION OF THE APP (CAUSING THE MAP TO NOT DISPLAY). FURTHERMORE, FACEBOOK HAS DEACTIVATED LOCATION SHARING FROM THEIR DESKTOP WEBSITE SO THIS CODE WILL NOT WORK PROPERLY ANYMORE. How do I install this?You can get this extension on the Chrome webstore here:To install this extension from source simply download it as a zip file and unzip it somewhere on your computer.

Go to chrome://extensions, ensure that Developer Mode is enabled and click 'Load unpacked extension.' .Navigate to the root folder (which contains manifest.json) and select it.For a slightly more detailed walkthrough look here: Where did this come from?This chrome extension was written to accompany my Medium post (which can be viewed here ) about the creepy potential of theloaction data we often inadvertently reveal about ourselves on Facebook messenger, due to its defaults of always sharing yourlocation when sending messages from the increasingly popular mobile app. What does this do?This code scrapes every Facebook message sent by your friends or you with a location attached and then plots those locations chronologically on a map which can be viewed atThis is not meant to be used as a tool to creep on your friends, rather a demonstration of the scary amount of information you can gather on someone just by aggregating the data they provide through messenger. Hence I made no attempts to facilitate the data generation process, and I ensured that all gathered data disappears on page reload.You can review the source code here to see how it works.

Add Facebook Friend Mapper Extension

Most of the action happens in src/bg which has the background javascript file for the extension and src/fb which has the content script which runs on the facebook messages page.You can see that none of the data scraped by this extension ever leaves your local browser.