Prime Ratings: IMDb Ratings on Prime Video
See IMDb ratings for shows on Amazon Prime Video.
Cos'è Prime Ratings: IMDb Ratings on Prime Video?
Prime Ratings: IMDb Ratings on Prime Video è un'estensione di Chrome sviluppata da gcg1, e la sua funzione principale è "See IMDb ratings for shows on Amazon Prime Video.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Prime Ratings: IMDb Ratings on Prime Video
Scarica i file di estensione Prime Ratings: IMDb Ratings on Prime Video in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension displays IMDb ratings for shows on Amazon Prime Video. Neither this extension nor its author is in any way affiliated with Amazon.
Informazioni di Base sull'Estensione
Nome | |
ID | nfhhcokdlgiihdofklhifafmmhnljbdf |
URL Ufficiale | https://chromewebstore.google.com/detail/prime-ratings-imdb-rating/nfhhcokdlgiihdofklhifafmmhnljbdf |
Descrizione | See IMDb ratings for shows on Amazon Prime Video. |
Dimensione del File | 94.87 KB |
Conteggio Installazioni | 1,146 |
Versione Corrente | 0.0.1.5 |
Ultimo Aggiornamento | 2021-11-21 |
Data di Pubblicazione | 2020-06-10 |
Valutazione | 3.36/5 Totale 11 Valutazioni |
Sviluppatore | gcg1 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |