https://github.com/danielh-official/rumble-thumbnails-hider
Browser extension that hides video thumbnails on Rumble.com.
https://github.com/danielh-official/rumble-thumbnails-hider
chrome-extension rumble
Last synced: about 1 month ago
JSON representation
Browser extension that hides video thumbnails on Rumble.com.
- Host: GitHub
- URL: https://github.com/danielh-official/rumble-thumbnails-hider
- Owner: danielh-official
- Created: 2026-03-01T20:05:19.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-01T21:32:45.000Z (4 months ago)
- Last Synced: 2026-03-02T00:53:37.191Z (4 months ago)
- Topics: chrome-extension, rumble
- Language: CSS
- Homepage: https://chromewebstore.google.com/detail/dfmdfkeldajmnkngihdambfpmjfhhbmc
- Size: 69.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rumble Thumbnails Hider
Browser extension that hides video thumbnails on [Rumble.com](https://rumble.com).
## Development
1. Install dependencies: `bun install`
2. Build the extension: `bun run build`
3. Load in Chrome/Edge: open `chrome://extensions`, enable "Developer mode", click "Load unpacked", and select the `.output` folder from this project.
## Recommended IDE Setup
[VS Code](https://code.visualstudio.com/) + [Svelte](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode).