IMDb ratings on Netflix
View IMDb ratings on Netflix
Vad är IMDb ratings on Netflix?
IMDb ratings on Netflix är en Chrome-tillägg utvecklad av fetchflix.info, och dess huvudfunktion är "View IMDb ratings on Netflix".
Tilläggsskärmbilder
Ladda ner IMDb ratings on Netflix-förlängningens CRX-fil
Ladda ner IMDb ratings on Netflix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
== NO TRACKING, We respect your privacy ==
It's irritating when you have to open a new tab and search for ratings of movies, while you are trying to find a movie to watch on Netflix. Using this extension you can see IMDb rating of movies directly on Netflix.
Supported Ratings:
1. IMDb (along with vote count)
2. Rotten tomatoes
3. Meta critic
How to use extension : https://www.youtube.com/watch?v=3T9Yqz5ivAk
Firefox add-on : https://addons.mozilla.org/en-US/firefox/addon/imdb-ratings-on-netflix/
Github link : https://github.com/pawanmaurya/imdb-ratings-on-netflix/tree/master
For any feedback please reach out to : [email protected]
### Version 0.149 updates:
Updated extension to work with new Netflix layout Grundläggande Information om Tillägg
| Namn | |
| ID | ohonjgnjobblbhfeamidafpnbkppbljh |
| Officiell webbadress | https://chromewebstore.google.com/detail/imdb-ratings-on-netflix/ohonjgnjobblbhfeamidafpnbkppbljh |
| Beskrivning | View IMDb ratings on Netflix |
| Filstorlek | 6.4 KB |
| Antal Installationer | 6,763 |
| Aktuell Version | 0.149 |
| Senast Uppdaterad | 2021-01-20 |
| Publiceringsdatum | 2020-01-26 |
| Betyg | 2.85/5 Totalt 34 Betyg |
| Utvecklare | fetchflix.info |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "IMDb ratings on Netflix",
"version": "0.149",
"description": "View IMDb ratings on Netflix",
"content_scripts": [
{
"matches": [
"https:\/\/www.netflix.com\/*",
"https:\/\/www.omdbapi.com\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png"
},
"permissions": [
"https:\/\/www.netflix.com\/*",
"https:\/\/www.omdbapi.com\/*"
]
} | |