IMDB X - Movie Ratings Warehouse

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

Co je IMDB X - Movie Ratings Warehouse?

IMDB X - Movie Ratings Warehouse je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „This extension works on the IMDB site. Enriches the site with IMDB, Rotten Tomatoes and Metacritic ratings.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření IMDB X - Movie Ratings Warehouse

Stáhněte si soubory rozšíření IMDB X - Movie Ratings Warehouse ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název IMDB X - Movie Ratings Warehouse IMDB X - Movie Ratings Warehouse
ID oefkogkbfbgdkcihljelbaglodgfcpbk
Oficiální URL https://chromewebstore.google.com/detail/imdb-x-movie-ratings-ware/oefkogkbfbgdkcihljelbaglodgfcpbk
Popis This extension works on the IMDB site. Enriches the site with IMDB, Rotten Tomatoes and Metacritic ratings.
Velikost souboru 373 KB
Počet instalací 104
Aktuální Verze 0.0.1
Poslední Aktualizace 2015-05-04
Datum Vydání 2015-05-03
Hodnocení 2.64/5 Celkem 11 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}