Netflix Rating
View IMDB and Rotten Tomatoes scores inside Netflix!
Vad är Netflix Rating?
Netflix Rating är en Chrome-tillägg utvecklad av Maya Benjamin, och dess huvudfunktion är "View IMDB and Rotten Tomatoes scores inside Netflix!".
Tilläggsskärmbilder
Ladda ner Netflix Rating-förlängningens CRX-fil
Ladda ner Netflix Rating-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
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.
Grundläggande Information om Tillägg
Namn | Netflix Rating |
ID | bcmbdiempfifibcoenpgmdcmaacdiocj |
Officiell webbadress | https://chromewebstore.google.com/detail/netflix-rating/bcmbdiempfifibcoenpgmdcmaacdiocj |
Beskrivning | View IMDB and Rotten Tomatoes scores inside Netflix! |
Filstorlek | 20.55 KB |
Antal Installationer | 259 |
Aktuell Version | 2.0.6 |
Senast Uppdaterad | 2022-03-05 |
Publiceringsdatum | 2020-05-02 |
Betyg | 3.67/5 Totalt 6 Betyg |
Utvecklare | Maya Benjamin |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |