Prime Ratings: IMDb Ratings on Prime Video
See IMDb ratings for shows on Amazon Prime Video.
Was ist Prime Ratings: IMDb Ratings on Prime Video?
Prime Ratings: IMDb Ratings on Prime Video ist eine Chrome-Erweiterung, die von gcg1 entwickelt wurde, und ihr Hauptmerkmal ist "See IMDb ratings for shows on Amazon Prime Video.".
Erweiterungsscreenshots
Prime Ratings: IMDb Ratings on Prime Video-Erweiterungs-CRX-Datei herunterladen
Laden Sie Prime Ratings: IMDb Ratings on Prime Video-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension displays IMDb ratings for shows on Amazon Prime Video. Neither this extension nor its author is in any way affiliated with Amazon.
Grundlegende Informationen zur Erweiterung
Name | |
ID | nfhhcokdlgiihdofklhifafmmhnljbdf |
Offizielle URL | https://chromewebstore.google.com/detail/prime-ratings-imdb-rating/nfhhcokdlgiihdofklhifafmmhnljbdf |
Beschreibung | See IMDb ratings for shows on Amazon Prime Video. |
Dateigröße | 94.87 KB |
Installationsanzahl | 1,146 |
Aktuelle Version | 0.0.1.5 |
Letztes Update | 2021-11-21 |
Veröffentlichungsdatum | 2020-06-10 |
Bewertung | 3.36/5 Insgesamt 11 Bewertungen |
Entwickler | gcg1 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |