IMDB X - Movie Ratings Warehouse

This extension works on the IMDB site. Enriches the site with IMDB, Rotten Tomatoes and Metacritic ratings.

Qu'est-ce que IMDB X - Movie Ratings Warehouse ?

IMDB X - Movie Ratings Warehouse est une extension Chrome développée par Unknown, et sa fonction principale est "This extension works on the IMDB site. Enriches the site with IMDB, Rotten Tomatoes and Metacritic ratings.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension IMDB X - Movie Ratings Warehouse

Téléchargez les fichiers d'extension IMDB X - Movie Ratings Warehouse 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 works on the IMDB desktop site. It compiles movie ratings from various sites and displays them beside every instance of the movie name on the imdb site. Currently supports IMDB ratings, Rotten Tomato ratings and Metacritic ratings.                    

Informations de Base sur l'Extension

Nom IMDB X - Movie Ratings Warehouse IMDB X - Movie Ratings Warehouse
ID oefkogkbfbgdkcihljelbaglodgfcpbk
URL Officiel https://chromewebstore.google.com/detail/imdb-x-movie-ratings-ware/oefkogkbfbgdkcihljelbaglodgfcpbk
Description This extension works on the IMDB site. Enriches the site with IMDB, Rotten Tomatoes and Metacritic ratings.
Taille du Fichier 373 KB
Nombre d'Installations 104
Version Actuelle 0.0.1
Dernière Mise à Jour 2015-05-04
Date de Publication 2015-05-03
Évaluation 2.64/5 Total 11 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IMDB X - Movie Ratings Warehouse",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "This extension works on the IMDB site. Enriches the site with IMDB, Rotten Tomatoes and Metacritic ratings.",
    "homepage_url": "http:\/\/imdb.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "icons\/*.png"
    ],
    "default_locale": "en",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.imdb.com\/*",
                "https:\/\/www.imdb.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "http:\/\/www.imdb.com\/*",
                "https:\/\/www.imdb.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}