A Chrome extension that displays your friends' geocaching logs at the top of every cache listing page. Never scroll through hundreds of logs again — instantly see which friends have visited a cache and what they thought about it.
- Friends logs first — Your friends' logs appear at the top of cache pages
- Your own logs — Optionally display your own logs separately
- Configurable limits — Choose to show 5, 10, 20, 50, or 100 friend logs
- Clean design — Matches the native Geocaching.com interface
- Privacy-focused — No data collection, all preferences stored locally
Install directly from the Chrome Web Store.
- Download the latest release from the Releases page
- Unzip the file
- Open Chrome and navigate to
chrome://extensions - Enable "Developer mode" (toggle in top right)
- Click "Load unpacked" and select the unzipped folder
- Visit any geocache page on Geocaching.com
- Your friends' logs will automatically appear at the top of the logs section
- Click the extension icon to customize settings:
- Toggle your own logs visibility
- Toggle friends logs visibility
- Set the maximum number of friend logs to display
- Node.js 18+
- npm
# Clone the repository
git clone https://github.com/rfsbraz/Geocaching.com-Friends-Logs.git
cd Geocaching.com-Friends-Logs
# Install dependencies
npm install# Run linting
npm run lint
# Fix linting issues
npm run lint:fix
# Check formatting
npm run format:check
# Fix formatting
npm run format
# Validate build
npm run build
# Create extension zip
npm run build:zip- Run
npm run buildto validate the extension - Open
chrome://extensionsin Chrome - Enable "Developer mode"
- Click "Load unpacked" and select the project folder
- Make changes and click the refresh icon on the extension card to reload
Contributions are welcome! Please read our Contributing Guide for details on how to submit pull requests.
For security concerns, please see our Security Policy.
This project is licensed under the MIT License — see the LICENSE file for details.
- iCheck for the checkbox styling
- All the geocachers who provided feedback and feature requests
