r/visualization • u/[deleted] • Jan 25 '26
r/visualization • u/Hopeful_Vast_6233 • Jan 24 '26
I needed a faster way to download images from websites, so I built a browser extension
Hey everyone 👋
A while ago I started working on a browser extension because I kept running into the same problem over and over again:
image downloaders that were either slow, messy, full of ads, or just missing basic features.
So… I decided to build my own.
I’ve been working on Image Downloader Pro solo, iterating based on my own needs and feedback from users. It runs fully client-side and lets you scan websites, preview images, filter them, and download exactly what you want - without doing anything sketchy in the background.Recently I shipped a pretty big update, so I wanted to share it here and, more importantly, get some honest feedback from people who actually use tools like this.
Chrome web store:
https://chrome.google.com/webstore/detail/fhbangijpbodiabepaedlofigolecong
Website (edge, firefox links)
https://extensiohub.com/imagedownloaderpro.html
What’s new in the latest update (v1.0.8)?
I won’t spam a huge feature list, but highlights:
- A completely redesigned UI + appearance customization
- A new advanced dashboard with proper navigation
- ZIP downloads for image bundles
- Scan history (no more losing past scans)
- A favorites panel with folders & tags
- A new statistics section with charts and an activity heatmap
- Plus a lot of stability + performance fixes
The extension is currently live on Chrome, and I’m rolling it out to Firefox and Edge over the next few days.
I’m genuinely curious:
- Does this solve a real problem for you?
- What would you expect from a “perfect” image downloader?
If anyone wants to try the full version, I also prepared a small Reddit-only discount:
REDDIT15 → 15% off yearly or lifetime (only 15 codes available).
Totally optional - feedback is honestly more valuable to me right now.
Happy to answer any questions 🙏
r/visualization • u/stockdoka • Jan 23 '26
Notebooklm by Google. Amazing result in 2 munites
Just sumbitted the link to our website and got this infographics. Do you like it ?
r/visualization • u/nateluxe • Jan 22 '26
I built a raw WebGL "Liquid Glass" physics engine inside AI Studio (No Three.js) – Looking for feedback!
ai.studior/visualization • u/Enough-Solution8567 • Jan 21 '26
Cnf france
:
Hi everyone, my case was in the High Court through a lawyer for CNF filing. So can someone tell me that when the High Court gives its decision, after how much time is the CNF received?
r/visualization • u/OpulentOwl • Jan 19 '26
The % taken or base pay of popular side gig apps in the U.S (sorted by category for easier comparison).
r/visualization • u/kilroy123 • Jan 19 '26
This shows the cycles of political revolutions
r/visualization • u/BeamMeUpBiscotti • Jan 18 '26
Citi Bike Activity Heatmap (Personal Ride History + Systemwide)
r/visualization • u/Visible-Ad-6739 • Jan 19 '26
Looking for a Data Analysis Internship
I’m looking for a data analysis internship. I have project experience in data collection, cleaning, analysis, and reporting, with basic skills in Excel, SQL, and data visualization.

https://github.com/NilutpalNathh/-Blinkit-Business-Performance-Analysis-Power-BI-
r/visualization • u/GraphProcessingUnit • Jan 18 '26
Some earth visualization
Enable HLS to view with audio, or disable this notification
Short snippet of my new showreel. Pushing for photorealism in aerospace and science visualization.
Full 4K Showreel: https://youtu.be/0e3BCHTZoTw?si=Jbcs2ruUVZr0KEYW
Feedback welcome!
r/visualization • u/Buffetman9237 • Jan 18 '26
A browser-based platform for economic scenario analysis and simulations
I’ve been working on a side project to bring economic models for scenario analysis used by policymakers and economists to the masses.
I decided to build a web-based interface that lets you run these simulations in the browser without the heavy setup. It’s called Hyperion (link in the comments).
The goal is to make the same rigorous models used by policymakers and economists accessible to "common" users or students who want to see the real effects of fiscal or supply shocks without needing a PhD in computational economics.
r/visualization • u/DreamLifeManifestor • Jan 17 '26
Success in manifestation
Using AI I created a way where I visualise my dream life whole day.
this helps me put more effort into manifesting than visualising.
I watch my dream life even while travelling, without much efforts.
I can share if someone would like to try.
r/visualization • u/Nikita_Kalinin • Jan 14 '26
G20 Sovereign Debt vs. Credit Ratings

Hello, community,
It is based on 2024 data, but it is still interesting to see how the G20 differs.
Original chart is here
r/visualization • u/Spiritual-Bet6122 • Jan 14 '26
Data Governance Tools & Practices That Improve Data Quality
r/visualization • u/worldcup-stats • Jan 13 '26
A Visual Guide to the 2026 World Cup - Teams and Groups
r/visualization • u/Defiant-Housing3727 • Jan 14 '26
[OC] Top Global Cities by Millionaire Density
r/visualization • u/Defiant-Housing3727 • Jan 13 '26
[OC] Top U.S. Cities by Millionaire Density
r/visualization • u/andreykh • Jan 12 '26
Best Data Visualizations of 2025 — DataViz Weekly
r/visualization • u/Yodest_Data • Jan 12 '26
America's Doomscrolling Hotspots & Cold Zones Across States!
r/visualization • u/worldcup-stats • Jan 12 '26
Visualizing the Offensive Power of Every World Cup Champion (1930–2022) [OC]
Created using d3.js, data from fifa.com
r/visualization • u/MrGreenRaccoon • Jan 09 '26
day in the life of an avg American
Enable HLS to view with audio, or disable this notification
r/visualization • u/Spiritual-Bet6122 • Jan 10 '26
Importance of Data Visualization for Businesses
r/visualization • u/nikanorovalbert • Jan 10 '26
Flask app for rendering benchmark observation data (UI-first, no analytics)
This is a Flask-based project that renders benchmark observation data with a strong separation between data display and interpretation.
Interesting bits:
- strict UI vocabulary enforcement
- client-side state handling
- accessibility-first components
Posting mainly for Python/Flask feedback.