IMDB X - Movie Ratings Warehouse

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

Wat is IMDB X - Movie Ratings Warehouse?

IMDB X - Movie Ratings Warehouse is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension works on the IMDB site. Enriches the site with IMDB, Rotten Tomatoes and Metacritic ratings.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie IMDB X - Movie Ratings Warehouse

Download IMDB X - Movie Ratings Warehouse-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam IMDB X - Movie Ratings Warehouse IMDB X - Movie Ratings Warehouse
ID oefkogkbfbgdkcihljelbaglodgfcpbk
Officiële URL https://chromewebstore.google.com/detail/imdb-x-movie-ratings-ware/oefkogkbfbgdkcihljelbaglodgfcpbk
Beschrijving This extension works on the IMDB site. Enriches the site with IMDB, Rotten Tomatoes and Metacritic ratings.
Bestandsgrootte 373 KB
Aantal Installaties 104
Huidige Versie 0.0.1
Laatst Bijgewerkt 2015-05-04
Publicatiedatum 2015-05-03
Beoordeling 2.64/5 Totaal 11 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}