Prime Ratings: IMDb Ratings on Prime Video
See IMDb ratings for shows on Amazon Prime Video.
Co to jest Prime Ratings: IMDb Ratings on Prime Video?
Prime Ratings: IMDb Ratings on Prime Video to rozszerzenie Chrome opracowane przez gcg1, a jego główną funkcją jest „See IMDb ratings for shows on Amazon Prime Video.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Prime Ratings: IMDb Ratings on Prime Video
Pobierz pliki rozszerzeń Prime Ratings: IMDb Ratings on Prime Video w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension displays IMDb ratings for shows on Amazon Prime Video. Neither this extension nor its author is in any way affiliated with Amazon.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nfhhcokdlgiihdofklhifafmmhnljbdf |
Oficjalny URL | https://chromewebstore.google.com/detail/prime-ratings-imdb-rating/nfhhcokdlgiihdofklhifafmmhnljbdf |
Opis | See IMDb ratings for shows on Amazon Prime Video. |
Rozmiar pliku | 94.87 KB |
Liczba instalacji | 1,146 |
Aktualna Wersja | 0.0.1.5 |
Ostatnia Aktualizacja | 2021-11-21 |
Data Publikacji | 2020-06-10 |
Ocena | 3.36/5 Łącznie 11 Oceny |
Deweloper | gcg1 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |