{"id":29645680,"url":"https://github.com/design-rrr/bai","last_synced_at":"2026-04-17T01:02:16.250Z","repository":{"id":305469217,"uuid":"1022960913","full_name":"design-rrr/bai","owner":"design-rrr","description":"A simple Bitcoin Address Inspector served as browser extension","archived":false,"fork":false,"pushed_at":"2025-07-20T08:45:22.000Z","size":908,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"chrome","last_synced_at":"2025-07-20T10:18:24.859Z","etag":null,"topics":["bitcoin","bitcoin-address","bitcoin-address-balances","bitcoin-addresses","browser-extension","browser-extensions","mempool","mempool-monitoring"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/design-rrr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-20T08:14:04.000Z","updated_at":"2025-07-20T08:58:50.000Z","dependencies_parsed_at":"2025-07-20T10:28:39.724Z","dependency_job_id":null,"html_url":"https://github.com/design-rrr/bai","commit_stats":null,"previous_names":["design-rrr/bai"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/design-rrr/bai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/design-rrr%2Fbai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/design-rrr%2Fbai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/design-rrr%2Fbai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/design-rrr%2Fbai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/design-rrr","download_url":"https://codeload.github.com/design-rrr/bai/tar.gz/refs/heads/chrome","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/design-rrr%2Fbai/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266411451,"owners_count":23924331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoin","bitcoin-address","bitcoin-address-balances","bitcoin-addresses","browser-extension","browser-extensions","mempool","mempool-monitoring"],"created_at":"2025-07-22T02:01:19.043Z","updated_at":"2026-04-17T01:02:11.184Z","avatar_url":"https://github.com/design-rrr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://github.com/design-rrr/bai/blob/chrome/icons/icon48.png?raw=true)\n# Bitcoin Address Inspector\nA browser extension that automatically detects Bitcoin addresses on webpages and displays their balance, UTXO count, total received amount, and transaction count using the mempool.space API.\n\n|Options|In action|\n|---|---|\n|![](https://github.com/design-rrr/bai/blob/chrome/options.png?raw=true)|![Screenshot](https://github.com/design-rrr/bai/blob/chrome/screenshot.png?raw=true)|\n\n## Features\n\n- **Automatic Detection**: Recognizes all Bitcoin address formats:\n  - Legacy addresses (starting with `1`)\n  - P2SH addresses (starting with `3`) \n  - Bech32 addresses (starting with `bc1`)\n\n- **Multiple Interaction Methods**:\n  - Hover over highlighted addresses for instant popup\n  - Right-click context menu on selected addresses\n  - Configurable hover delay\n\n- **Comprehensive Address Information**:\n  - Current balance\n  - Number of UTXOs (Unspent Transaction Outputs)\n  - Total amount ever received\n  - Total transaction count\n\n- **Customizable Settings**:\n  - Enable/disable hover popups\n  - Enable/disable context menu\n  - Adjust hover delay\n  - Choose which information to display\n\n## Chrome Installation\n\n### Method 1: Developer Mode (Recommended)\n\n1. Download or clone all the extension files\n2. Open Chrome and go to `chrome://extensions/`\n3. Enable \"Developer mode\" in the top right\n4. Click \"Load unpacked\" and select the folder containing the extension files\n5. The extension icon should appear in your toolbar\n\n### Method 2: Create Extension Package\n\n1. Zip all the extension files together\n2. Follow Method 1 but use \"Load unpacked\" on the zip file\n\n## Files Structure\n\n```\nbitcoin-address-inspector/\n├── manifest.json          # Extension configuration\n├── background.js          # Service worker for context menu\n├── content.js            # Main detection and popup logic\n├── popup.css             # Styling for address popups\n├── settings.html         # Settings page HTML\n├── settings.css          # Settings page styling\n├── settings.js           # Settings page functionality\n└── icons/               # Extension icons (create this folder)\n    ├── icon16.png\n    ├── icon48.png\n    └── icon128.png\n```\n\n## Usage\n\n### Hover Detection\n1. Visit any webpage with Bitcoin addresses\n2. Bitcoin addresses will be automatically highlighted with a yellow background\n3. Hover over any highlighted address to see a popup with address information\n4. The popup shows balance, UTXOs, total received, and transaction count\n\n### Context Menu\n1. Select any Bitcoin address text on a webpage\n2. Right-click to open the context menu\n3. Click \"Check Bitcoin Address Info\" to display the information popup\n\n### Settings Configuration\n1. Click the extension icon in your toolbar\n2. Adjust settings as needed:\n   - Toggle hover popups on/off\n   - Toggle context menu on/off\n   - Change hover delay (100ms to 2000ms)\n   - Choose which information to display\n3. Click \"Save Settings\" to apply changes\n4. Use \"Reset to Defaults\" to restore original settings\n\n## API Usage\n\nThis extension uses the free mempool.space API:\n- No API key required\n- Rate limits apply (be respectful)\n- API endpoint: `https://mempool.space/api/address/{address}`\n\n## Privacy \u0026 Security\n\n- No data is collected or stored remotely\n- Address queries are sent directly to mempool.space\n- Settings are stored locally in browser's sync storage\n- No tracking or analytics\n\n## Supported Address Formats\n\n- **Legacy (P2PKH)**: `1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa`\n- **P2SH**: `3J98t1WpEZ73CNmQviecrnyiWrnqRhWNLy`\n- **Bech32 (Native SegWit)**: `bc1qw508d6qejxtdg4y5r3zarvary0c5xw7kv8f3t4`\n\n## Troubleshooting\n\n### Extension not detecting addresses\n- Refresh the page after enabling the extension\n- Check that hover detection is enabled in settings\n- Ensure addresses are in plain text (not images or complex formatting)\n\n### Popup not showing\n- Check your internet connection\n- Verify that the mempool.space API is accessible\n- Try increasing the hover delay in settings\n\n### Context menu not appearing\n- Ensure context menu is enabled in settings\n- Make sure you're selecting the address text before right-clicking\n- Try refreshing the page\n\n## Contributing\n\nTo modify or enhance the extension:\n\n1. Make changes to the appropriate files\n2. Test in developer mode\n3. Update version number in `manifest.json`\n4. Reload the extension\n\n## License\n\nThis project is open source. Feel free to modify and distribute according to your needs.\n\n## Changelog\n\n### Version 1.0\n- Initial release\n- Bitcoin address detection for all formats\n- Hover and context menu interactions  \n- Configurable settings page\n- Integration with mempool.space API\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesign-rrr%2Fbai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdesign-rrr%2Fbai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesign-rrr%2Fbai/lists"}