Introducing My Latest Open-Source Project TweetSnapper: Capture Perfect Tweet Screenshots

photo of ayan
Ayan Ghanta

5 min read | Nov 28, 2025

Introducing My Latest Open-Source Project TweetSnapper: Capture Perfect Tweet Screenshots

Discover TweetSnapper, a lightweight, open-source Chrome extension I built to capture clean, high-resolution screenshots of tweets instantly. Say goodbye to clutter!

Hey everyone! I'm super excited to share something I've been working on this weekend a Chrome extension called TweetSnapper. If you've ever found yourself wanting to share a tweet but struggled with getting a clean screenshot you know, without all the extra buttons, timestamps, and clutter then TweetSnapper is built just for you. It's a lightweight, easy to use tool that lets you capture beautiful, high resolution screenshots of tweets instantly. And the best part? It's completely open-source! I believe in sharing and building together, so all the code is available for anyone to check out, learn from, and even contribute to. Let's dive in and see what TweetSnapper is all about!

Key Features That Make TweetSnapper Shine

Some Snappes ✨📸

How It Works: The Magic Behind the Snaps

Ever wondered what happens behind the scenes when you click that little camera icon? Let me give you a peek into how TweetSnapper works its magic. It's a pretty neat process, and I've tried to keep it as efficient and robust as possible.

The Tech Stack Powering TweetSnapper

I believe in using robust and efficient tools to build great software. For TweetSnapper, I've chosen a tech stack that balances performance, maintainability, and compatibility. Here’s a quick look under the hood:

Get Involved: Developer Setup & Contributions

As I mentioned, TweetSnapper is an open-source project, and I truly believe in the power of community collaboration. This means that I welcome contributions of all kinds! Whether you're an experienced developer looking to dive into Chrome extension development, a newcomer eager to learn, or just someone with a great idea, your input is incredibly valuable.

Here's how you can get involved:

Ready to jump in? You can find the entire project code on GitHub:

https://github.com/ayanghanta/tweet-snapper-chrome-extension

Important Note: TweetSnapper is currently not published on the Chrome Web Store. This means you'll need to manually install it to try it out and contribute. Don't worry, it's a straightforward process:

  1. Clone or Download: Start by downloading or cloning the project files from the GitHub repository to your local machine. You can use in your terminal.

    git clone https://github.com/ayanghanta/tweet-snapper-chrome-extension.git 
  2. Build the Project: Navigate into the project directory and run npm install to get all the necessary dependencies, then execute npm run build. This command will compile the source code and create a dist folder. This dist folder contains the ready-to-use extension files.

  3. Load into Chrome:

    1. Open Chrome and go to chrome://extensions.

    2. Enable "Developer mode" by toggling the switch in the top-right corner.

    3. Click the "Load unpacked" button.

    4. Select the dist folder you just created.

And that's it! TweetSnapper will now be loaded into your Chrome browser, and you can start snapping tweets. I'm really looking forward to seeing what we can build together!

Final Thoughts

Building TweetSnapper has been a really fun and rewarding journey, and I'm incredibly proud of what it can do. I never build a chrome extention before so i want to build a chorme extesion that little bit use full and solves a common frustration for anyone who uses Twitter and wants to share content cleanly. I hope you find it as useful as I do. Give it a try, explore the code, and feel free to reach out with any thoughts or ideas. Happy snapping! 📸