Inspect and view changes in Stream Score source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "StreamScore",
"version": "1.0",
"description": "Visualizes Movie Ratings (Rotten Tomatoes, IMDb, TMDb) directly inside your favorite streaming services.",
"browser_specific_settings": {
"gecko": {
"id": "streamscore@helper",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"websiteContent",
"browsingActivity"
],
"reasons": {
"websiteContent": "Extracts movie and TV show titles from streaming platforms to fetch corresponding ratings from OMDb and TMDb.",
"browsingActivity": "Detects when you are on supported streaming domains (Netflix, Amazon, Google) to trigger the rating injection logic."
}
}
}
},
"permissions": [
"storage",
"unlimitedStorage",
"activeTab"
],
"host_permissions": [
"https://www.google.com/search*",
"https://www.netflix.com/*",
"https://www.amazon.com/gp/video/*",
"https://www.amazon.de/gp/video/*",
"https://www.amazon.co.uk/gp/video/*",
"https://www.omdbapi.com/*",
"https://api.themoviedb.org/*"
],
"background": {
"service_worker": "background.js",
"scripts": [
"background.js"
]
},
"action": {
"default_popup": "popup.html",
"default_title": "StreamScore Settings",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*://*.google.com/search*",
"*://*.google.de/search*"
],
"css": [
"styles.css"
],
"js": [
"content-google.js"
]
},
{
"matches": [
"*://*.netflix.com/*",
"*://*.netflix.de/*"
],
"css": [
"styles.css"
],
"js": [
"content-netflix.js"
]
},
{
"matches": [
"*://*.amazon.com/*",
"*://*.amazon.de/*",
"*://*.amazon.co.uk/*",
"*://*.primevideo.com/*"
],
"css": [
"styles.css"
],
"js": [
"content-amazon.js"
]
}
]
} Best Stream Score Alternatives
Here are some Firefox add-ons that are similar to Stream Score:
Film scores for Netflix
Vidoc.tv
StreamCritic
Stream Critic
Peekscore
Misty Vale Inn
Streaming Rating Enhancer
Alexey
Rating-Finder for Netflix, Hotstar & Prime
Crixus org
Sift: IMDB for Netflix, IMDB for Prime, etc. etc.
ack_inc
IMDb ratings on Netflix
Pawannitj
Useful scores for Netflix
Firefox user 13784807
SkipScore: Netflix Scores
Autokeyworder
Rating for Tubi
jessak
Netflix Movie Ratings
Afif Sohaili
Movie Ratings Extension
Mariusz Kerl