Here’s how i handle my API keys, like OpenAI keys, Gemini keys, Stripe Keys in my chrome...
alright so you're building a browser extension and everyone's talking about Manifest V3, V4, V5,...
Let's talk about storing data in browser extensions. We have three options local storage, sync...
I’ll show how i implement Lemon Squeezy monthly subscription and one-time payment in my browser...
If you're building Chrome extensions with Manifest V3, you've likely encountered the challenge of...
Here’s how i implement stripe monthly subscription and one-time payment in my browser extension. I...
here’s how i implement and manage settings in my chrome extension using local storage (e.g. isDark,...
Here’s how i implemented monthly subscription inside my chrome extension without a website, just...
Handling authentication, specifically Google OAuth is a nightmare inside extension. You have to deal...