https://github.com/naik-kaushik/jitpack-stats
Browser extension to see jitpack library stats on jitpack.io
https://github.com/naik-kaushik/jitpack-stats
android browser-extension download jitpack statistics
Last synced: about 1 month ago
JSON representation
Browser extension to see jitpack library stats on jitpack.io
- Host: GitHub
- URL: https://github.com/naik-kaushik/jitpack-stats
- Owner: naik-kaushik
- License: mit
- Created: 2026-05-18T09:04:46.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-18T09:22:29.000Z (about 1 month ago)
- Last Synced: 2026-05-18T11:20:01.232Z (about 1 month ago)
- Topics: android, browser-extension, download, jitpack, statistics
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/jitpack-stats/
- Size: 705 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jitpack Stats Extension
A cross-browser extension that shows download statistics on the right side whenever a user visits a library page on Jitpack.
## Installation
### For Chrome / Edge / Brave
1. Go to `chrome://extensions/` (or `edge://extensions/`)
2. Turn on **Developer mode** in the top right.
3. Click **Load unpacked**.
4. Select the directory containing this extension (`jitpack-stats-ext`).
### For Firefox
1. Go to `about:debugging#/runtime/this-firefox`
2. Click **Load Temporary Add-on...**
3. Select any file in the extension directory (e.g., `manifest.json`).
## How it works
The extension listens to URL hash changes on `jitpack.io`. When a valid repository is found (e.g. `https://jitpack.io/#kaushik-naik/TAndroidLame/a485052f28`), it extracts the user (`kaushik-naik`) and repository (`TAndroidLame`) and displays the weekly and monthly download badges on the right side of the page.