https://github.com/galvinpython/reddit-subscriber-count-extension
Reddit no longer shows the member count on subreddits, so this adds it back!
https://github.com/galvinpython/reddit-subscriber-count-extension
chrome-extension extension reddit reddit-api
Last synced: 2 months ago
JSON representation
Reddit no longer shows the member count on subreddits, so this adds it back!
- Host: GitHub
- URL: https://github.com/galvinpython/reddit-subscriber-count-extension
- Owner: GalvinPython
- Created: 2025-09-10T17:35:02.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-09-22T19:32:46.000Z (3 months ago)
- Last Synced: 2025-09-30T00:47:13.603Z (3 months ago)
- Topics: chrome-extension, extension, reddit, reddit-api
- Language: TypeScript
- Homepage:
- Size: 383 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Subreddit Subscriber Count
[](https://github.com/GalvinPython/reddit-subscriber-count-extension/actions/workflows/main.yml)
[](https://chromewebstore.google.com/detail/Reddit%20Subscriber%20Count/hekppacbcflioooghbjbbhkbdacgpknp)
You may be going "Doesn't Reddit already have this?". Well it **did**, but not anymore
# What this extension does
On Tuesday 9th September 2025, Reddit started replacing the subscriber count on subreddits to ["weekly activity"](https://x.com/Dexerto/status/1965779215883624610) to drive engagement. However people may just want to see the subscriber count instead
Before:

After:

# Dev instructions
To install dependencies:
```bash
bun install
```
To run:
```bash
bun dev
```
This project was created using `bun init` in bun v1.2.21. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.