Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.07 KB

File metadata and controls

38 lines (27 loc) · 1.07 KB

Contributing to Cam Spoofer

Thanks for your interest in contributing!

Development Setup

  1. Clone the repo:

    git clone https://github.com/hellsontime/camspoof.git
    cd camspoof
  2. Load the extension in Chrome:

    • Open chrome://extensions
    • Enable Developer mode (top right)
    • Click Load unpacked and select the project folder
  3. Make your changes — the extension reloads automatically for popup changes. For content script changes (inject.js, bridge.js), reload the target page.

Submitting Changes

  1. Fork the repo and create a branch from main
  2. Make your changes
  3. Test on at least one video chat site to verify camera spoofing works
  4. Open a pull request with a clear description of what changed and why

Code Style

  • No build tools or transpilers — plain vanilla JS
  • Keep it minimal: this is a small, focused extension
  • Ensure patched browser APIs remain undetectable (maintain toString cloaking)

Reporting Bugs

Open an issue with:

  • Browser version
  • Steps to reproduce
  • What you expected vs. what happened