Chrome Extensions
Available Chrome Extensions
- Facebook Friends List Generator
- OSINT & SOCMINT Tooling
- Facebook Entity Id Parser
- LinkedIn Email Reverse Lookup
- Facebook Profile Id Grabber
- Facebook Email Reverse Lookup
Installing Chrome Extensions
Extensions are small software programs that customize the browsing experience. They enable users to tailor Chrome functionality and behavior to individual needs or preferences. They are built on web technologies such as HTML, JavaScript, and CSS.
Developer mode
All chrome extensions documented here will need to be installed under developer
mode. Using the Load unpacked
method. I would recommend creating a new folder called
chrome-extensions
and placing all the unpacked extensions in here, as the unpacked
files need to always exist while the extension is installed.
To enable the Developer mode
open the extensions page in Chrome or navigate to
chrome://extensions
from the address bar. Located in the top right corner you will
see a toggle (off
|on
) labeled Developer mode
enabling this allow us to pretend we’re
developers and install non-official
extensions, so go ahead an enable this. A new
bar should now appear with some additional buttons, the one we are interested in is
called Load unpacked
click on this and now open the folder where you saved your
unpacked extension.