Prime Ratings: IMDb Ratings on Prime Video

See IMDb ratings for shows on Amazon Prime Video.

Qu'est-ce que Prime Ratings: IMDb Ratings on Prime Video ?

Prime Ratings: IMDb Ratings on Prime Video est une extension Chrome développée par gcg1, et sa fonction principale est "See IMDb ratings for shows on Amazon Prime Video.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Prime Ratings: IMDb Ratings on Prime Video

Téléchargez les fichiers d'extension Prime Ratings: IMDb Ratings on Prime Video au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension displays IMDb ratings for shows on Amazon Prime Video.

Neither this extension nor its author is in any way affiliated with Amazon.                    

Informations de Base sur l'Extension

Nom Prime Ratings: IMDb Ratings on Prime Video Prime Ratings: IMDb Ratings on Prime Video
ID nfhhcokdlgiihdofklhifafmmhnljbdf
URL Officiel https://chromewebstore.google.com/detail/prime-ratings-imdb-rating/nfhhcokdlgiihdofklhifafmmhnljbdf
Description See IMDb ratings for shows on Amazon Prime Video.
Taille du Fichier 94.87 KB
Nombre d'Installations 1,146
Version Actuelle 0.0.1.5
Dernière Mise à Jour 2021-11-21
Date de Publication 2020-06-10
Évaluation 3.36/5 Total 11 Évaluations
Développeur gcg1
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}