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

// Chrome Extension to get member of Facebook group and export to xlsx file

Home Page:https://klpod221.github.io/chrome-extension-get-member-of-facebook-group/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--// 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

About

// Chrome Extension to get member of Facebook group and export to xlsx file

https://klpod221.github.io/chrome-extension-get-member-of-facebook-group/


Languages

Language:Vue 55.9%Language:JavaScript 37.2%Language:HTML 6.9%