Prime Ratings: IMDb Ratings on Prime Video
See IMDb ratings for shows on Amazon Prime Video.
Wat is Prime Ratings: IMDb Ratings on Prime Video?
Prime Ratings: IMDb Ratings on Prime Video is een Chrome-extensie ontwikkeld door gcg1, en de belangrijkste functie is "See IMDb ratings for shows on Amazon Prime Video.".
Extensie Screenshots
Download het CRX-bestand van de extensie Prime Ratings: IMDb Ratings on Prime Video
Download Prime Ratings: IMDb Ratings on Prime Video-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
This extension displays IMDb ratings for shows on Amazon Prime Video. Neither this extension nor its author is in any way affiliated with Amazon.
Basisinformatie over de Extensie
Naam | |
ID | nfhhcokdlgiihdofklhifafmmhnljbdf |
Officiële URL | https://chromewebstore.google.com/detail/prime-ratings-imdb-rating/nfhhcokdlgiihdofklhifafmmhnljbdf |
Beschrijving | See IMDb ratings for shows on Amazon Prime Video. |
Bestandsgrootte | 94.87 KB |
Aantal Installaties | 1,146 |
Huidige Versie | 0.0.1.5 |
Laatst Bijgewerkt | 2021-11-21 |
Publicatiedatum | 2020-06-10 |
Beoordeling | 3.36/5 Totaal 11 Beoordelingen |
Ontwikkelaar | gcg1 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prime Ratings: IMDb Ratings on Prime Video", "version": "0.0.1.5", "description": "See IMDb ratings for shows on Amazon Prime Video.", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.primevideo.com\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.com.au\/*" ], "css": [ "styles.css" ], "js": [ "firebase-app.js", "firebase-firestore.js", "db.js", "background.js" ] } ] } |