Skip to content

A powerful Chrome Extension that automatically detects when a user logs in, extracts their Session ID

Notifications You must be signed in to change notification settings

avdeshjadon/SessionID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

26 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Session ID Grabber (Chrome Extension)

A powerful Chrome Extension that automatically detects when a user logs in, extracts their Session ID, and securely stores everything in Firebase Firestore. Ideal for developers working on automation, analytics, or user session management (educational/research purposes only).


πŸš€ Features

  • βœ… Auto-detects Instagram, Facebook, and Snapchat logins
  • πŸ” Extracts session cookies (like sessionid, c_user, xs, sc_at, etc.)
  • ☁️ Stores all data securely in Firebase Firestore
  • ⚑ Built with Manifest V3 + modern ES Modules
  • 🧠 Clean, modular code using background + content scripts
  • πŸ” Runs silently in background without user interaction

πŸ“‚ Project Structure

SessionID-Public/
β”œβ”€β”€ icons/
β”‚   β”œβ”€β”€ 48.png                  # Toolbar icon (48x48)
β”‚   └── 128.png                 # Chrome Web Store icon (128x128)
β”‚
β”œβ”€β”€ background.js              # Core logic to extract and save session cookies
β”œβ”€β”€ wake.js                    # Keeps the service worker alive (optional)
β”œβ”€β”€ firebase-init.js           # Firebase config + initialization
β”œβ”€β”€ firebase-firestore.js      # Modular Firestore SDK import
β”œβ”€β”€ manifest.json              # Chrome extension config (Manifest V3)
β”œβ”€β”€ utils.js                   # Utility functions (if any)
└── readme.md                  # You're reading this!


πŸ”§ Setup Instructions

1. Clone the Repo

git clone https://github.com/avdeshjadon/SessionID-Public.git
cd sessionId-Public

About

A powerful Chrome Extension that automatically detects when a user logs in, extracts their Session ID

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published