appstore-insight-extension

App Store Insights - Chrome Extension

A Chrome extension that displays app analytics (downloads, revenue, ratings) directly on App Store pages, using data from Sensor Tower.

Features

Installation

From the ZIP file

  1. Download and extract appstore-insights.zip
  2. Open Chrome and go to chrome://extensions/
  3. Enable Developer mode (toggle in top right)
  4. Click Load unpacked
  5. Select the extracted appstore-insights folder

Usage

Simply visit any App Store app page, like:

https://apps.apple.com/us/app/dontforgetdad-pill-reminder/id6754333774

The insights card will automatically appear below the app header section.

Design

The extension uses an Apple-inspired design with:

Data Source

All data is fetched from Sensor Tower’s public API endpoint.

Files

appstore-insights/
├── manifest.json    # Extension configuration
├── content.js       # Main logic (API calls, DOM manipulation)
├── styles.css       # Apple-inspired styling
├── icons/
│   ├── icon16.png   # Toolbar icon
│   ├── icon48.png   # Extension page icon
│   └── icon128.png  # Chrome Web Store icon
└── README.md        # This file

Permissions

License

MIT License - feel free to modify and use as you wish!