A Chrome extension that displays app analytics (downloads, revenue, ratings) directly on App Store pages, using data from Sensor Tower.
appstore-insights.zipchrome://extensions/appstore-insights folderSimply 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.
The extension uses an Apple-inspired design with:
All data is fetched from Sensor Tower’s public API endpoint.
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
activeTab - To inject the widget on App Store pageshost_permissions for apps.apple.com and app.sensortower.comMIT License - feel free to modify and use as you wish!