CacheArena is a browser extension that caches phone specifications from GSMArena.
- Automatic caching: Extracts and caches phone specifications from GSMArena while you browse
- Local storage: All data is stored locally in your browser using the WebExtensions Storage API
- CSV export: Export your cached phone data as CSV for analysis
Download the latest release from the releases page.
Visit phone specification pages on GSMArena and the extension will automatically extract and cache phone data including:
- Brand and model
- Dimensions, weight, and build materials
- Display specifications
- Operating system and chipset
- Memory and storage
- Camera specifications
- Battery capacity and charging
- Colors and pricing
All data is stored locally in your browser. Nothing is sent to external servers.
The extension provides functionality to export your cached data as CSV (accessible via browser's extension storage API).
npm install
npm run buildThis creates .xpi (Firefox) and .zip (Chrome) packages in the build/ directory.
Load the extension temporarily in Firefox:
- Open
about:debugging#/runtime/this-firefox - Click "Load Temporary Add-on"
- Select
cachearena/manifest.json