This is a chrome extension that helps you get the members of a facebook group. You can get the members of a group by go to the group and click on the extension icon. The extension will automatically scroll down to the end of the group and get all the members.
- Node.js (v16)
-
Clone the repository
git clone https://github.com/klpod221/chrome-extension-get-member-of-facebook-group.git cd chrome-extension-get-member-of-facebook-group
-
Install dependencies
yarn install
-
Start development
yarn dev
-
Add the extension to chrome browser by go to
chrome://extensions/
and click onLoad unpacked
button. Then select thedist
folder. If you can't seeLoad unpacked
button, you need to turn onDeveloper mode
first.
- Download the extension from Latest Release
- Add the extension to chrome browser by go to
chrome://extensions/
and click onLoad unpacked
button. Then select thedist
folder. If you can't seeLoad unpacked
button, you need to turn onDeveloper mode
first. - Go to the Facebook group that you want to get the members (make sure you are member of that group and you are in the group page)
- Click on the extension icon
- Click the
Get members
button - Wait for the extension to scroll down to the end of the group and get all the members
- Click the
Export Members
button to export the members to a xlsx file - Done