YT Ratio Insights version history - 3 versions
YT Ratio Insights by RatioWorks
YT Ratio Insights version history - 3 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 0.5.1
Released Aug 21, 2026 - 141.05 KBWorks with firefox 140.0 and later, android 142.0 and laterThe biggest improvements are internal rather than adding more clutter:
Prediction history is much lighter. Snapshots are now kept at meaningful 15-minute intervals instead of repeatedly rewriting local storage.
Fixed a prediction-timestamp issue that could distort growth rates.
Serialized storage writes so popup/page activity cannot overwrite competing prediction-history updates.
Removed redundant storage reads after recording a snapshot.
RYD totals and available live viewer count can now be handled in one growth transaction.
Predictions now blend recent momentum + longer-window growth, making 24-hour/7-day projections less sensitive to short viral bursts.
Prediction confidence drops automatically when growth is unstable.
Turning off Growth & Prediction now actually stops collecting new local history, instead of merely hiding the section.
Reduced fallback YouTube polling from 1.8 sec → 3 sec.
Hidden YouTube tabs now skip watchdog work.
Technical metrics refresh approximately every 12 seconds rather than every ~5.4 seconds.
YouTube navigation/fullscreen/visibility events still update promptly.
Reorganized the main panel to:
Audience Insights → Growth & Prediction → Video Technical Insights
Simplified the aspect-ratio object-fit: cover calculation.
Kept Welcome/In, Exit/Remove and visible Donate controls.
No new permissions or network services.
Kept source readable rather than minifying it, which is better for AMO review.Source code released under All Rights Reserved
Older versions
Version 0.5.0
Released Aug 21, 2026 - 139.47 KBWorks with firefox 140.0 and later, android 142.0 and laterThe new Growth & Prediction Insights section now adds:
Current total views
Current likes
Live viewers now, but only when YouTube actually exposes a watching now count
Projected total views for:
+1 hour
+24 hours
+7 days
Projected total likes for the same periods
Prediction ranges, instead of pretending one exact number is guaranteed
Low / Medium / Higher confidence
Recent views-per-hour and likes-per-hour trend
An Observed vs Projected chart
Chart switch between Views and Likes
Shaded uncertainty range around the prediction
For example, the panel can show something like:
Current views: 110K
+24h prediction: 194K
Likely range: 145K–243K
Current likes: 4.38K
+24h likes: 7.5K
Those numbers are only an example of how the interface works.
How the prediction works
I deliberately did not make it an AI-looking random number generator. The extension saves small snapshots when the same video is inspected again and calculates its recent growth rate.
It needs at least two observations 15+ minutes apart before forecasting. More observations over a longer period increase the confidence level.
The history is:
stored locally in Firefox
not uploaded to RatioWorks
automatically bounded/pruned
limited to approximately 30 days
limited to 72 observations per video
limited to about 50 recently tracked videos
removable with the new Clear local prediction history button in Settings
No new server and no new permission were added.Source code released under All Rights Reserved
Version 0.4.2
Released Aug 16, 2026 - 129.32 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under All Rights Reserved