Skip to content

klpod221/chrome-extension-get-member-of-facebook-group

Repository files navigation

--// Get Member of Facebook Group //--

About

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.

Development

Requirements

Start development

  • 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 on Load unpacked button. Then select the dist folder. If you can't see Load unpacked button, you need to turn on Developer mode first.

Usage

  • Download the extension from Latest Release
  • Add the extension to chrome browser by go to chrome://extensions/ and click on Load unpacked button. Then select the dist folder. If you can't see Load unpacked button, you need to turn on Developer 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