fb_scr_izan collector

A browser extension that collects Facebook group posts from your own logged-in session into a workspace running on your machine.

Download v0.1.1
21.2 KB · 14 files · built 2026-09-25T02:15:23Z
SHA-256 4a94a7a8ecdaf3082efc942f066536f565f235c145ffab28597c28d8feec81a0

Install

  1. Unzip the download.
  2. Open chrome://extensions and turn on Developer mode.
  3. Click Load unpacked and choose the unzipped folder.
  4. Start the workspace:
    python run_server.py
    Then open http://127.0.0.1:5001 and sign in.
  5. In the workspace, open Group Posts and copy the collector token.
  6. Open the extension's Options, paste the token, and save.

Use

  1. Open a Facebook group you already have access to.
  2. Scroll the feed yourself. The extension badge counts unique posts as they load.
  3. Posts are sent to your workspace automatically, or use Send to workspace in the popup.
  4. Browse and export them under Group Posts → Collections.

Why you scroll manually

Programmatic scrolling does not reliably make Facebook load more posts. Measured on a live group feed:

MethodResult
Real wheel events height 5330 → 12762, posts 3 → 4 paginates
scrollTop = max no change, no new requests no effect
scrollBy ×12 height +7px no effect

An extension cannot dispatch trusted wheel events, so the collector works passively while you scroll rather than pretending to automate it. Its assisted-scroll mode measures whether posts actually arrived and stops when they did not.

What it does not touch

Requirements