Skip to content

JonasJK/imdb-stdev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMDb Rating Standard Deviation Extension

A Firefox extension that displays the standard deviation (σ) of user ratings on IMDb movie pages.

Standard Deviation Calculation

The extension calculates the population standard deviation using the formula:

σ = √(Σ(x - μ)² / N)

Where:

  • x = individual rating (1-10)
  • μ = mean rating
  • N = total number of votes

Browser Compatibility

  • Firefox 48+
  • Manifest v2 (compatible with current Firefox extension standards)

Permissions

  • storage: To cache rating data in localStorage
  • *://*.imdb.com/*: To access IMDb pages and fetch rating data

Privacy

This extension:

  • Does not collect any user data
  • Does not send data to external servers
  • Only makes requests to IMDb.com
  • Stores data locally in your browser

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors