Skip to content

A5-/Apex-trading-bot

Repository files navigation

APEX Account Purchaser Bot

A Chrome extension for automated APEX account purchasing that works entirely in your browser - no backend server required!

Features

  • ✅ Login Details form (Username & Password)
  • ✅ Payment Details form (Card Number, Expiry Date, CVV)
  • ✅ Settings (Number of Accounts)
  • ✅ Real-time Activity Log
  • ✅ Status indicator (Ready/Processing/Stopped)
  • ❌ Coupon Code field (removed as requested)

Let's Connect!,

Gmail Telegram Discord

Advantage

  • 100% Browser-Based: All automation happens directly in your browser - no server needed
  • Secure & Private: User credentials stay in your browser, never shared with any server
  • Easy Configuration: Simple options page for setting up payment details and account preferences
  • Real-time Monitoring: Live status updates and activity logs
  • One-Click Operation: Start the purchasing process with a single click from the extension popup
  • Offline Capable: Works without internet connection to external servers

Dashboard

Setup Instructions

  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev

Project Structure

├── app/
│   ├── globals.css          # Global styles and Tailwind imports
│   ├── layout.tsx           # Root layout component
│   └── page.tsx             # Main page
├── components/
│   ├── ApexPurchaser.tsx    # Main purchaser component
│   └── ActivityLog.tsx      # Activity log component
├── package.json
├── tailwind.config.js
├── tsconfig.json
└── next.config.js

How It Works

  1. User Configuration: Users configure their settings through the options page
  2. Secure Storage: All sensitive data is stored locally using Chrome's storage API
  3. Direct Automation: The content script runs directly on APEX pages to fill forms and process payments
  4. Real-time Updates: The popup displays live status updates and logs
  5. No Server Required: Everything happens in your browser - no backend needed!

Security Features

  • 100% Local: All processing happens in your browser
  • No Data Transmission: Sensitive data never leaves your browser
  • No Server Dependencies: No external servers to trust or maintain
  • Permission Management: Minimal required permissions for security

Architecture

The extension consists of three main components:

  • Popup: User interface for starting automation and viewing status
  • Content Script: Runs on APEX pages to perform automation
  • Background Script: Handles communication between popup and content script

Troubleshooting

Extension Not Loading

  • Ensure all files are in the correct directory
  • Check that manifest.json is valid JSON
  • Verify Chrome Developer mode is enabled

Settings Not Saving

  • Check browser permissions for storage
  • Ensure all required fields are filled
  • Try refreshing the options page

Automation Issues

  • Ensure you're on the correct APEX page (dashboard.apextraderfunding.com/member)
  • Check that all form fields are being filled correctly
  • Review browser console for error messages
  • Try refreshing the page and running again

Development

Making Changes

  1. Edit the relevant files (HTML, CSS, JS)
  2. Go to chrome://extensions/
  3. Click the refresh icon on the extension
  4. Test your changes

Debugging

  • Use Chrome DevTools on the popup and options pages
  • Check the background script in the Extensions page
  • Review console logs for errors

Permissions

The extension requires minimal permissions:

  • storage - For saving user settings
  • activeTab - For interacting with web pages
  • scripting - For content script injection
  • host_permissions - For API communication

Support

For issues or questions:

  1. Check the browser console for error messages
  2. Verify all settings are correctly configured
  3. Ensure you're on the correct APEX page
  4. Review the activity logs for detailed information

Version History

  • v2.0.0 - Extension-only version (no backend required)

    • Complete automation runs directly in browser
    • No server dependencies
    • Enhanced form filling and payment processing
    • Improved error handling and retry logic
    • Real-time status monitoring
    • Secure local storage
  • v1.0.0 - Initial release with backend integration

    • Extension popup with start/options buttons
    • Settings page for configuration
    • Backend API integration
    • Real-time status monitoring

📞 Contact Information

For questions, feedback, or collaboration opportunities, feel free to reach out:

📱 Telegram: @A5-

About

Apex Trading Bot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors