A Chrome extension that monitors FirstLedger for new token listings and provides instant notifications through browser alerts, sound notifications, and Telegram messages.
- Real-time monitoring of FirstLedger token listings
- Customizable search query generation
- Instant Telegram notifications
- Configurable audio alerts
- Statistical tracking of token listings
- Auto-open Google search results (toggleable)
- Clone this repository or download the ZIP
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right
- Click "Load unpacked"
- Select the folder containing the extension files
- After installation, you'll see the FirstLedger Monitor icon in your Chrome extensions
- Click the extension icon to open the monitoring interface
- Configure your preferred search template, alert sound, and volume.
- Open Telegram and search for
@fl_new_token_bot
- Start a chat with the bot by clicking "Start" or sending any message
- Search for
@userinfobot
in Telegram - Send any message to @userinfobot
- Copy the ID number it sends you
- Paste this ID into the "Telegram chat ID" field in the extension
- Click "Test Telegram" to verify notifications are working
- Customize search template using
{ticker}
as placeholder for token names - Toggle auto-opening of search results
- Default template: "XRP {ticker} twitter"
- Choose from multiple alert sounds
- Adjust volume
- Test sound before monitoring
- View total refreshes
- Track new tokens found
- Monitor tokens per hour
- See monitoring start time
- Configure your preferred settings
- Click "Start Monitoring" to begin
- The extension will:
- Monitor FirstLedger for new tokens
- Play sound alerts for new tokens
- Send Telegram notifications
- Open search results (if enabled)
- Track statistics
If you find this extension useful, tips are appreciated:
- XRP Address:
rwnYLUsoBQX3ECa1A5bSKLdbPoHKnqf63J
- Memo:
3776576156
- Click anywhere on the page to enable sound
- Make sure volume is turned up
- Test sound using the "Test Sound" button
- Verify you've messaged the bot first
- Check your chat ID is correct
- Use the "Test Telegram" button to verify setup
- Check if auto-open search is enabled
- Verify your search template is correct
To update the extension:
- Pull the latest changes from GitHub
- Go to
chrome://extensions/
- Click the refresh icon on the extension
- Or remove and re-load the extension using "Load unpacked"
- manifest.json (Extension configuration)
- monitor.html (Main interface)
- monitor.js (Core functionality)
- background.js (Background processes)
- icon.png (Extension icon)
- level-up.wav (Default alert sound)
- Additional sound files (ding.wav, alert.wav)
Feel free to fork and modify. To contribute:
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request