A browser extension that converts ARS, USD, and EUR prices to satoshis in real time on any website.
Satoshillo is a lightweight browser extension that instantly converts fiat prices you encounter while browsing into Bitcoin satoshis. It detects prices on any webpage — whether they're written as $1.500, €2.4B, USD/JPY 158.48, or 50 mil millones de pesos — and shows you the equivalent in sats with a single click.
The goal is to make Bitcoin the default unit of account in your daily browsing, helping you think in sats rather than depreciating fiat currencies.
- Detects prices on any webpage (with
$/€symbols, currency words, or magnitudes like76M,2.4B) - Word magnitudes:
1 million,50 billion,1 trillion,1 mill,1 bill - Forex pair detection:
USD/JPY 158.48,EUR/USD 1.0850 - Floating menu with live conversion to sats / k sats / M sats / BTC
- Currency inference by context (ARS / USD / EUR / forex quote currency)
- Localized number parsing (respects
.,separators based on page language) - Toggle per site: click the icon to disable on any domain (badge shows "OFF")
- 5 price sources (CoinGecko, Yadio, CoinCap, Binance, Kraken) with robust averaging — if a source fails, the average adjusts automatically
- Pixel-art Satoshi symbol logo
- Download the latest release zip for your browser from Releases
- Unzip the file
- Follow the instructions for your browser below
git clone https://github.com/Fierillo/satoshillo.git
cd satoshillo
node build.jsThis generates browser-specific builds in dist/:
dist/
├── chrome/ # Chrome, Brave
├── edge/ # Microsoft Edge
├── brave/ # Brave
└── firefox/ # Firefox
- Open
chrome://extensions/(oredge://extensions/) - Enable Developer mode
- Click Load unpacked
- Select
dist/chrome/(ordist/edge/,dist/brave/)
- Open
about:debugging#/runtime/this-firefox - Click Load Temporary Add-on
- Select
dist/firefox/manifest.json