Netflix Rating
View IMDB and Rotten Tomatoes scores inside Netflix!
Wat is Netflix Rating?
Netflix Rating is een Chrome-extensie ontwikkeld door Maya Benjamin, en de belangrijkste functie is "View IMDB and Rotten Tomatoes scores inside Netflix!".
Extensie Screenshots
Download het CRX-bestand van de extensie Netflix Rating
Download Netflix Rating-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
View Imdb and Rotten Tomatoes scores of movies and series directly in Netflix! Simple and easy to use. Version 2.0: * Can now view Rotten Tomatoes scores! * Added menu to choose which scores to view. Version 1.1: * Added support for gallery view. * Added support for search.
Basisinformatie over de Extensie
Naam | Netflix Rating |
ID | bcmbdiempfifibcoenpgmdcmaacdiocj |
Officiële URL | https://chromewebstore.google.com/detail/netflix-rating/bcmbdiempfifibcoenpgmdcmaacdiocj |
Beschrijving | View IMDB and Rotten Tomatoes scores inside Netflix! |
Bestandsgrootte | 20.55 KB |
Aantal Installaties | 259 |
Huidige Versie | 2.0.6 |
Laatst Bijgewerkt | 2022-03-05 |
Publicatiedatum | 2020-05-02 |
Beoordeling | 3.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Maya Benjamin |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Rating", "version": "2.0.6", "description": "View IMDB and Rotten Tomatoes scores inside Netflix!", "permissions": [ "*:\/\/*.netflix.com\/browse", "storage" ], "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/browse\/*" ], "js": [ "NetflixRating.js" ] } ], "web_accessible_resources": [ "images\/*.png" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |