Skip to content

Labubu Auto Add to Cart Extension#109

Open
kritagya-khanna wants to merge 11 commits intowootzapp:mainfrom
kritagya-khanna:Labubu-extension
Open

Labubu Auto Add to Cart Extension#109
kritagya-khanna wants to merge 11 commits intowootzapp:mainfrom
kritagya-khanna:Labubu-extension

Conversation

@kritagya-khanna
Copy link
Copy Markdown
Contributor

@kritagya-khanna kritagya-khanna commented Jul 5, 2025

This pull request introduces a foundational setup for a Chrome extension named "Labubu Extension," including configuration files, dependencies, and two React components (CartManager and CountrySelector). The changes focus on setting up the project environment, defining the extension's functionality, and implementing key UI components for user interaction.

Feature Implementation:

  • CartManager.jsx: Developed a feature-rich component for managing shopping cart and waitlist items. Includes animations, real-time updates via Chrome runtime messages, and a responsive UI with TailwindCSS.
  • CountrySelector.jsx: Added a country selection dropdown with search functionality, animations, and dynamic filtering. This component enhances user experience by allowing easy selection of countries.Overview
    This extension automates the purchase of Labubu dolls from Popmart.com. It continuously monitors product availability in the background and automatically completes the purchase when desired items come back in stock, eliminating the need for manual monitoring and rapid clicking during restocks.
    Features
    🔍 Smart Search & Monitoring
  1. Real-time Search: Searches Popmart.com for Labubu products using formatted queries
  2. Background Monitoring: Uses background WebContents to check stock status without user interaction
  3. Multiple Detection Methods:
  • Primary: .index_tag__E64FE class detection
  • Fallback: Text-based stock status detection ("OUT OF STOCK", "IN STOCK", "PRE-ORDER")

�� Automated Purchase Flow

  • Stock Detection: Continuously monitors product availability in background
  • No User Interaction: Fully automated process once configured

Future Scope

  • Auto-Purchase: Automatically completes checkout of items added to cart

@kritagya-khanna kritagya-khanna changed the title Labubu Auto-Buy Extension Labubu Auto Add to Cart Extension Jul 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant